From c5b016fe4d2fadb2c42c19198bb599d77a067061 Mon Sep 17 00:00:00 2001 From: Brett Lykins Date: Fri, 21 Mar 2025 12:34:52 -0400 Subject: [PATCH] Update changelog for 1.9.1 --- CHANGELOG.md | 6 ++++++ changelog/+4507ed25.fixed.md | 1 - pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 changelog/+4507ed25.fixed.md 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"