diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5cd08b..51f95b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.13.3](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.3) - 2025-06-30 + +### Fixed + +- Update InfrahubNode creation to include __typename, display_label, and kind from a RelatedNode ([#455](https://github.com/opsmill/infrahub-sdk-python/issues/455)) + ## [1.13.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.2) - 2025-06-27 ### Fixed diff --git a/changelog/455.fixed.md b/changelog/455.fixed.md deleted file mode 100644 index 73d958c6..00000000 --- a/changelog/455.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Update InfrahubNode creation to include __typename, display_label, and kind from a RelatedNode \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f6b4f7e3..8f98d2d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.13.2" +version = "1.13.3" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"