diff --git a/CHANGELOG.md b/CHANGELOG.md index 631f65f5..55a70d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.13.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.1) - 2025-06-19 + +### Fixed + +- Fix the import path of the Attribute class [#448](https://github.com/opsmill/infrahub-sdk-python/pull/448) + ## [1.13.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.0) - 2025-06-11 This release adds support for the new NumberPool attribute and loading object and menu files from external repositories in Infrahub 1.3. diff --git a/pyproject.toml b/pyproject.toml index ea4530f4..1ea20862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.13.0" +version = "1.13.1" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"