diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce592d0..fe05e3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.11.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.11.1) - 2025-04-28 + +### Changed + +- Set the HFID on related nodes for cardinality many relationships, and add HFID support to the RelationshipManager `add`, `extend` and `remove` methods. + ## [1.11.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.11.0) - 2025-04-17 ### Deprecated diff --git a/changelog/+hfid_support_cardinality_many_relationships.changed.md b/changelog/+hfid_support_cardinality_many_relationships.changed.md deleted file mode 100644 index 373120d2..00000000 --- a/changelog/+hfid_support_cardinality_many_relationships.changed.md +++ /dev/null @@ -1 +0,0 @@ -Set the HFID on related nodes for cardinality many relationships and add hfid support to the RelationshipManager add, extend and remove methods diff --git a/pyproject.toml b/pyproject.toml index c4b929e7..c3ccc170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.11.0" +version = "1.11.1" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"