diff --git a/CHANGELOG.md b/CHANGELOG.md index 65affdae..b8e9608e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.9.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.2) - 2025-03-26 + +### Changed + +- Remove hfid in upsert payload, to improve node upsert performances + ## [1.9.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.1) - 2025-03-21 ### Fixed diff --git a/changelog/upsertperformances.changed.md b/changelog/upsertperformances.changed.md deleted file mode 100644 index cae7b40e..00000000 --- a/changelog/upsertperformances.changed.md +++ /dev/null @@ -1 +0,0 @@ -Improve node upsert performances diff --git a/pyproject.toml b/pyproject.toml index 360f9608..704d6bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.9.1" +version = "1.9.2" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"