authorization-utils/CHANGELOG.md

23 lines
431 B
Markdown
Raw Normal View History

2021-11-30 17:39:26 +01:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Authorization Utils
2023-07-21 14:15:33 +02:00
## [v2.2.0]
- Switched to the new version of keycloak-client [#25295]
## [v2.1.0]
- Added remove() method in SecretManagerProvider
- Enhanced gcube-bom version
2021-11-30 17:39:26 +01:00
## [v2.0.0]
2022-01-31 15:48:03 +01:00
- Refactored code to be integrated in Smartgears [#22871]
2022-01-31 15:48:03 +01:00
- Fixed getRoles for JWTSecret [#22754]
2022-01-11 16:31:20 +01:00
## [v1.0.0]
2021-11-30 17:39:26 +01:00
- First Release