Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fix of CHANGELOG.md #429

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Lists all changes with user impact.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.21.0]
### Changed
- Added `paths` field in API to support Glob Patterns

## [0.20.20]
### Changed
- Added service_id property to filter metadata
Expand All @@ -24,10 +28,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Changed
- Add JWT failure reason to metadata and use it in jwt-status field on denied requests

## [0.21.0]
### Changed
- Added `paths` field in API to support Glob Patterns

## [0.20.15]
### Changed
- Java-control-plane update to 1.0.45
Expand Down
Loading