diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a0e82c5a..cc4bf5535f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + +## [8.2.3] 2020-04-06 + +### Fixed + +- Fix error handling when creating Tenant Cluster API clients. + + + ## [8.2.2] - 2020-04-03 ### Changed @@ -27,8 +37,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v8.2.2...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v8.2.3...HEAD +[8.2.3]: https://github.com/giantswarm/aws-operator/compare/v8.2.2...v8.2.3 [8.2.2]: https://github.com/giantswarm/aws-operator/compare/v8.2.1...v8.2.2 [8.2.1]: https://github.com/giantswarm/aws-operator/releases/tag/v8.2.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 9958f39737..80e18be5a6 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 = "8.2.3-dev" + version = "8.2.3" ) func Description() string {