diff --git a/CHANGELOG.md b/CHANGELOG.md index 12272cc4..f5804fb1 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.10.1] - 2023-07-13 + ### Fixed - Fix ignored error on accessing the silences. @@ -187,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `sync` command. - Push `silence-operator` to app-collections. -[Unreleased]: https://github.com/giantswarm/silence-operator/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/giantswarm/silence-operator/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/giantswarm/silence-operator/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/giantswarm/silence-operator/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/giantswarm/silence-operator/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/giantswarm/silence-operator/compare/v0.8.0...v0.9.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 71a3e621..5d50bee9 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "silence-operator" source = "https://github.com/giantswarm/silence-operator" - version = "0.10.1-dev" + version = "0.10.1" ) func Description() string {