Skip to content

Commit

Permalink
Release v0.9.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Nov 10, 2023
1 parent e752a9e commit 14e48b2
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2023-11-10

### Changed

- Add a switch for PSP CR installation.
Expand Down Expand Up @@ -190,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create CLI/daemon scaffolding.
- Generate application configuration using `generate` command.

[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/giantswarm/config-controller/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/giantswarm/config-controller/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/giantswarm/config-controller/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/giantswarm/config-controller/compare/v0.5.1...v0.6.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 = "config-controller"
source = "https://github.com/giantswarm/config-controller"
version = "0.8.1-dev"
version = "0.9.0"
)

func Description() string {
Expand Down

0 comments on commit 14e48b2

Please sign in to comment.