diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fca25..d44bb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2023-11-28 + +### Added + +- Add `simple` provider for default access. + ## [0.10.1] - 2023-10-24 ### Fixed @@ -184,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added azure active directory provider. - Added initial implementation of the dex operator. -[Unreleased]: https://github.com/giantswarm/dex-operator/compare/v0.10.1...HEAD +[Unreleased]: https://github.com/giantswarm/dex-operator/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/giantswarm/dex-operator/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/giantswarm/dex-operator/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/giantswarm/dex-operator/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/giantswarm/dex-operator/compare/v0.8.0...v0.9.0