Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Release v9.3.2 (#2872)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Nov 26, 2020
1 parent 5cca1b5 commit c51a105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.3.2] - 2020-11-26

### Changed

- Make it mandatory to configure alike instances via e.g. the installations repo.
Expand Down Expand Up @@ -333,7 +335,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.1...HEAD
[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v9.3.2...HEAD
[9.3.2]: https://github.com/giantswarm/aws-operator/compare/v9.3.1...v9.3.2
[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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name string = "aws-operator"
source string = "https://github.com/giantswarm/aws-operator"
version = "9.3.2-dev"
version = "9.3.2"
)

func Description() string {
Expand Down

0 comments on commit c51a105

Please sign in to comment.