diff --git a/CHANGELOG.md b/CHANGELOG.md index a9496730..65affdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ 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-03-21 + +### Fixed + +- Fixed an issue where the process_nodes method in the generators used the old format of the schema hash, so node population didn't work + ## [1.9.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.0) - 2025-03-21 ### Added diff --git a/changelog/+4507ed25.fixed.md b/changelog/+4507ed25.fixed.md deleted file mode 100644 index 5186e0ab..00000000 --- a/changelog/+4507ed25.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where the process_nodes method in the generators used the old format of the schema hash, so node population didn't work diff --git a/pyproject.toml b/pyproject.toml index 8c528248..360f9608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.9.0" +version = "1.9.1" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"