diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a70d25..dc5cd08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.13.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.2) - 2025-06-27 + +### Fixed + +- Re-enable specifying a cardinality-one relationship using a RelatedNode when creating an InfrahubNode ([#452](https://github.com/opsmill/infrahub-sdk-python/issues/452)) + ## [1.13.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.1) - 2025-06-19 ### Fixed diff --git a/changelog/452.fixed.md b/changelog/452.fixed.md deleted file mode 100644 index 5114d9da..00000000 --- a/changelog/452.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Re-enable specifying a cardinality-one relationship using a RelatedNode when creating an InfrahubNode \ No newline at end of file diff --git a/changelog/fixes.attribute_import_path.md b/changelog/fixes.attribute_import_path.md deleted file mode 100644 index d04fcd80..00000000 --- a/changelog/fixes.attribute_import_path.md +++ /dev/null @@ -1 +0,0 @@ -Fixes the import path of the Attribute class diff --git a/pyproject.toml b/pyproject.toml index 1ea20862..f6b4f7e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.13.1" +version = "1.13.2" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"