diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d7b0d..a7fd65d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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`. - \ No newline at end of file + diff --git a/pyproject.toml b/pyproject.toml index 1b10f23..d6bb19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"