Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Feb 28, 2020
1 parent 10a9746 commit 70e33df
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.2.0 (2020-2-28)

### Features

- Support static asset routing #1201

### Bug Fixes

- Fix compound authz policy short-circuit behavior #1218
- Fix Cache-Control header format
- Fix Ignore query and fragment in validating allowed callback URLs in SSO #1211

### Other notes

- Update sample yaml

## 2.1.0

- Initial release
2 changes: 1 addition & 1 deletion pkg/core/apiversion/apiversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const MajorVersion = 2

// MinorVersion is the current minor API Version.
const MinorVersion = 1
const MinorVersion = 2

// APIVersion is the current API Version.
var APIVersion = Format(MajorVersion, MinorVersion)
Expand Down

0 comments on commit 70e33df

Please sign in to comment.