diff --git a/CHANGELOG.md b/CHANGELOG.md index db0bdda203..f9bde4299c 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] +## [15.0.1] - 2024-01-31 + ### Fixed - Fix Route53 list hosted zones to avoid pagination issue. @@ -1078,7 +1080,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v16.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v15.0.1...HEAD +[15.0.1]: https://github.com/giantswarm/aws-operator/compare/v16.0.0...v15.0.1 [16.0.0]: https://github.com/giantswarm/aws-operator/compare/v15.0.0...v16.0.0 [15.0.0]: https://github.com/giantswarm/aws-operator/compare/v14.24.1...v15.0.0 [14.24.1]: https://github.com/giantswarm/aws-operator/compare/v14.24.0...v14.24.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 3587241215..049dab0f33 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "aws-operator" source string = "https://github.com/giantswarm/aws-operator" - version = "16.0.1-dev" + version = "15.0.1" ) func Description() string {