diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fca7d04..4c2855cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## Added +## [1.2.0] - 2025-08-06 + +### Added - Add `render` command and support for `Generalized Configuration System`. @@ -293,7 +295,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/v1.1.0...HEAD +[Unreleased]: https://github.com/giantswarm/konfigure/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/giantswarm/konfigure/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/giantswarm/konfigure/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/giantswarm/konfigure/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/giantswarm/konfigure/compare/v0.17.2...v1.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 3dde73a4..4538df38 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 = "1.1.1-dev" + version = "1.2.0" ) func Description() string {