From e9b2598cba7f0e78fa4e6ada83ace2dc90c73cea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 11:41:45 +0100 Subject: [PATCH] Release v9.3.1 (#2857) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a2c606b0..1700c44602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.3.1] - 2020-11-12 + ### Changed - Update dependencies to next major versions. @@ -326,7 +328,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.3.0...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.3.1...HEAD +[9.3.1]: https://github.com/giantswarm/aws-operator/compare/v9.3.0...v9.3.1 [9.3.0]: https://github.com/giantswarm/aws-operator/compare/v9.2.0...v9.3.0 [9.2.0]: https://github.com/giantswarm/aws-operator/compare/v9.1.3...v9.2.0 [9.1.3]: https://github.com/giantswarm/aws-operator/compare/v9.1.2...v9.1.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index d5f8399ef1..4679a6337c 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 = "9.3.1-dev" + version = "9.3.1" ) func Description() string {