diff --git a/CHANGELOG.md b/CHANGELOG.md index 072db455..9a565484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.13.5](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.5) - 2025-07-23 + +### Fixed + +- Respect ordering when loading files from a directory + ## [1.13.4](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.4) - 2025-07-22 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index adf1c564..2465500f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.13.4" +version = "1.13.5" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"