Skip to content

Commit

Permalink
Prepared CHANGELOG.md for v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal committed Mar 17, 2023
1 parent 07e1683 commit 296b2ce
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Removed

### Deprecated

### Fixed

### Security

## [1.1.1] - 2023-03-17

### Added
- Support group memberships from JWT for authorization decisions by @ThomasJejkal in https://github.com/kit-data-manager/service-base/pull/124

Expand All @@ -16,16 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump httpclient from 4.5.13 to 4.5.14 by @dependabot in https://github.com/kit-data-manager/service-base/pull/119
- Bump nimbus-jose-jwt from 9.27 to 9.28 by @dependabot in https://github.com/kit-data-manager/service-base/pull/118

### Removed

### Deprecated
- set/getGroupId in JwtAuthenticationToken is deprecated and will be removed in the next major version. Instead, set/getGroups should be used.

### Fixed

### Security

## [1.1.0] - 2023-01-11

### Added
- Search endpoint (proxy) for elasticsearch

Expand Down Expand Up @@ -195,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
- none

[Unreleased]: https://github.com/kit-data-manager/service-base/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/kit-data-manager/service-base/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/kit-data-manager/service-base/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/kit-data-manager/service-base/compare/v1.0.7...v1.1.0
[1.0.7]: https://github.com/kit-data-manager/service-base/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/kit-data-manager/service-base/compare/v1.0.5...v1.0.6
Expand Down

0 comments on commit 296b2ce

Please sign in to comment.