diff --git a/CHANGELOG.md b/CHANGELOG.md index ba084647..50e85f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.12.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.2) - 2025-06-05 + +### Fixed + +- fix bug in Timestamp.add by @ajtmccarty in [#403](https://github.com/opsmill/infrahub-sdk-python/pull/403) +- utils.py: improve file not found exception message by @granoe668 in [#425](https://github.com/opsmill/infrahub-sdk-python/pull/425) + +### Changed + +- Add partial_match to the client.count() by @BeArchiTek in [#411](https://github.com/opsmill/infrahub-sdk-python/pull/411) + +### Housekeeping + +- Loosen pinned requirement for `whenever` to allow versions from 0.7.2 up to but not including 0.8.0. +- Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @dependabot in [#418](https://github.com/opsmill/infrahub-sdk-python/pull/418) + ## [1.12.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.1) - 2025-05-12 ### Changed diff --git a/changelog/+26b92d23.housekeeping.md b/changelog/+26b92d23.housekeeping.md deleted file mode 100644 index 6a49d751..00000000 --- a/changelog/+26b92d23.housekeeping.md +++ /dev/null @@ -1 +0,0 @@ -Loosen pinned requirement for `whenever` to allow versions from 0.7.2 up to but not including 0.8.0. diff --git a/pyproject.toml b/pyproject.toml index 73541708..10e49502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.12.1" +version = "1.12.2" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"