diff --git a/CHANGELOG.md b/CHANGELOG.md index 630863b..7515159 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.9.0] - 2022-05-16 + ### Added - Enabling `salt_tower.raise_on_missing_files` will raise an error when an included file does not exist @@ -115,7 +117,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.8.2...HEAD +[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.9.0...HEAD +[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 [1.8.0]: https://github.com/jgraichen/salt-tower/compare/v1.7.0...v1.8.0 diff --git a/pyproject.toml b/pyproject.toml index d87fa1e..c948dcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "salt-tower" -version = "1.8.2" +version = "1.9.0" description = "A Flexible External Salt Pillar Module" authors = [{ name = "Jan Graichen", email = "jgraichen@altimos.de" }] dependencies = ["salt>=2017"]