diff --git a/CHANGELOG.md b/CHANGELOG.md index 994b6354..1c0599b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2022-11-02 + ### Changed - Added option to set pod's `priorityClassName`. @@ -210,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v3.2.0...v4.0.0 [3.2.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v3.0.1...v3.1.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index dd5cad1a..d5daff8f 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "etcd-backup-operator" source = "https://github.com/giantswarm/etcd-backup-operator" - version = "4.0.1-dev" + version = "4.1.0" ) func Description() string {