diff --git a/CHANGELOG.md b/CHANGELOG.md index 639541d1..b24b8b1b 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] +## [0.11.0] - 2024-10-11 + ### Changed - Implemented option to generate combined tokens with multiple roles @@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2023-08-09 -[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/giantswarm/teleport-operator/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/giantswarm/teleport-operator/compare/v0.9.3...v0.10.0 [0.9.3]: https://github.com/giantswarm/teleport-operator/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/giantswarm/teleport-operator/compare/v0.9.1...v0.9.2 diff --git a/helm/teleport-operator/Chart.yaml b/helm/teleport-operator/Chart.yaml index e49d92de..2785b669 100644 --- a/helm/teleport-operator/Chart.yaml +++ b/helm/teleport-operator/Chart.yaml @@ -1,5 +1,5 @@ name: teleport-operator -version: 0.10.0 +version: 0.11.0 description: "Teleport operator" home: "https://github.com/giantswarm/teleport-operator" apiVersion: v1