Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
Releases prior to `1.0.0` were published before this changelog was added and
are not documented here.

## [1.1.1]

### Added

- Ledger Line tags can now be updated using `updateLedgerEntry`

## [1.1.0]

### Added
Expand Down Expand Up @@ -95,4 +101,4 @@ are not documented here.
1. `GetLedgerAccountBalance` now returns total `balance` (self + children) instead of `ownBalance`.
1. Change `$ownBalanceConsistencyMode` to `$balanceConsistencyMode`
2. Use `GetLedgerAccountBalance` instead of `GetLedgerAccountBalanceWithChildRollup`.


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target_package_name = "fragment_graphql_client"

[tool.poetry]
name = "fragment-python"
version = "1.1.0"
version = "1.1.1"
description = "Python SDK for https://fragment.dev/"
authors = ["Fragment Foundries Inc"]
license = "Apache 2.0"
Expand Down
Loading