diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d1d86dae..69b912ea9e 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] +## [5.10.1] - 2021-12-02 + ### Changed - When looking for the encryption secret, search on all namespaces (to support latest cluster-operator). @@ -450,7 +452,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.10.0...HEAD +[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.10.1...HEAD +[5.10.1]: https://github.com/giantswarm/azure-operator/compare/v5.10.0...v5.10.1 [5.10.0]: https://github.com/giantswarm/azure-operator/compare/v5.9.0...v5.10.0 [5.9.0]: https://github.com/giantswarm/azure-operator/compare/v5.8.1...v5.9.0 [5.8.1]: https://github.com/giantswarm/azure-operator/compare/v5.8.0...v5.8.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index c1b3d320b4..4d981548c3 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "azure-operator" source string = "https://github.com/giantswarm/azure-operator" - version = "5.10.1-dev" + version = "5.10.1" ) func Description() string {