Skip to content

Commit

Permalink
Release v0.10.1 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jul 13, 2023
1 parent b08df5d commit 5a1be4c
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.10.1] - 2023-07-13

### Fixed

- Fix ignored error on accessing the silences.
Expand Down Expand Up @@ -187,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `sync` command.
- Push `silence-operator` to app-collections.

[Unreleased]: https://github.com/giantswarm/silence-operator/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/giantswarm/silence-operator/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/giantswarm/silence-operator/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/giantswarm/silence-operator/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/giantswarm/silence-operator/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/giantswarm/silence-operator/compare/v0.8.0...v0.9.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 = "silence-operator"
source = "https://github.com/giantswarm/silence-operator"
version = "0.10.1-dev"
version = "0.10.1"
)

func Description() string {
Expand Down

0 comments on commit 5a1be4c

Please sign in to comment.