diff --git a/CHANGELOG.md b/CHANGELOG.md index 850c73d..126e08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.6.0] - 2021-03-09 ### Added - Add require option to tower.get - Experimental: Support custom context in template injected `render` function @@ -56,7 +58,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.5.2...HEAD +[Unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/jgraichen/salt-tower/compare/v1.5.2...v1.6.0 [1.5.2]: https://github.com/jgraichen/salt-tower/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/jgraichen/salt-tower/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/jgraichen/salt-tower/compare/v1.4.0...v1.5.0 diff --git a/pyproject.toml b/pyproject.toml index 411d11c..bac04d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "salt-tower" -version = "1.5.2" +version = "1.6.0" homepage = "https://github.com/jgraichen/salt-tower" description = "A Flexible External Salt Pillar Module" classifiers = [ diff --git a/setup.py b/setup.py index dfa83f8..005e058 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="salt-tower", - version="1.5.2", + version="1.6.0", author="Jan Graichen", author_email="jgraichen@altimos.de", description="A Flexible External Salt Pillar Module",