diff --git a/CHANGELOG.md b/CHANGELOG.md index c242a18c..eb3f435c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [0.14.1](https://github.com/opsmill/infrahub-sdk-python/tree/v0.14.1) - 2024-10-22 + +### Fixed + +- Make `infrahubctl transform` command set up the InfrahubTransform class with an InfrahubClient instance ([#8](https://github.com/opsmill/infrahub-sdk-python/issues/8)) +- Command `infrahubctl protocols` now supports every kind of schema attribute. ([#57](https://github.com/opsmill/infrahub-sdk-python/issues/57)) + ## [0.14.0](https://github.com/opsmill/infrahub-sdk-python/tree/v0.14.0) - 2024-10-04 ### Removed diff --git a/changelog/57.fixed.md b/changelog/57.fixed.md deleted file mode 100644 index 0274e93b..00000000 --- a/changelog/57.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Command `infrahubctl protocols` now supports every kind of schema attribute. diff --git a/changelog/8.fixed.md b/changelog/8.fixed.md deleted file mode 100644 index a25e1b44..00000000 --- a/changelog/8.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Make `infrahubctl transform` command set up the InfrahubTransform class with an InfrahubClient instance \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2dc2a983..3556d56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "0.14.0" +version = "0.14.1" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"