diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cfdc13..2c115e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang -## [1.9.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.1) - 2025-04-04 +## [1.10.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.2) - 2025-04-11 + +### Fixed + +- fix an issue where nodes attributes were not updated when setting the same value than the one used during node instantiation +- fixes an issue where the default branch of the client store was not properly set in a generator + +## [1.10.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.1) - 2025-04-04 ### Changed diff --git a/changelog/+store_default_branch_generator.fixed.md b/changelog/+store_default_branch_generator.fixed.md deleted file mode 100644 index 58275274..00000000 --- a/changelog/+store_default_branch_generator.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fixes an issue where the default branch of the client store was not properly set in a generator diff --git a/pyproject.toml b/pyproject.toml index f51be0a1..1e482843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.10.1" +version = "1.10.2" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"