diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a5927d..a4ea3876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0] - 2024-02-20 + ### Added - Added the `includeSelf` template function that reads include templates from the `include-self` folder in preparation @@ -242,7 +244,8 @@ blocked by app-admission-controller. - Start of a new history. Previous commits have been imported from https://github.com/giantswarm/config-controller. - Use local filesystem instead of GitHub as configuration source. -[Unreleased]: https://github.com/giantswarm/konfigure/compare/v0.15.1...HEAD +[Unreleased]: https://github.com/giantswarm/konfigure/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/giantswarm/konfigure/compare/v0.15.1...v0.16.0 [0.15.1]: https://github.com/giantswarm/konfigure/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/giantswarm/konfigure/compare/v0.14.4...v0.15.0 [0.14.4]: https://github.com/giantswarm/konfigure/compare/v0.14.3...v0.14.4 diff --git a/pkg/project/project.go b/pkg/project/project.go index f8ba919b..28503746 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "konfigure" source = "https://github.com/giantswarm/konfigure" - version = "0.15.2-dev" + version = "0.16.0" ) func Description() string {