diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c88f2..5984509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.10.0] - 2022-09-03 + ### Added - Add `key` argument to filter renderer returning result in a nested dictionary @@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First version of ext pillar - Yamlet and Text renderer -[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.9.0...HEAD +[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.10.0...HEAD +[1.10.0]: https://github.com/jgraichen/salt-tower/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/jgraichen/salt-tower/compare/v1.8.2...v1.9.0 [1.8.2]: https://github.com/jgraichen/salt-tower/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/jgraichen/salt-tower/compare/v1.8.0...v1.8.1 diff --git a/pyproject.toml b/pyproject.toml index c948dcf..347caa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "salt-tower" -version = "1.9.0" +version = "1.10.0" description = "A Flexible External Salt Pillar Module" authors = [{ name = "Jan Graichen", email = "jgraichen@altimos.de" }] dependencies = ["salt>=2017"]