diff --git a/.github_changelog_generator b/.github_changelog_generator index 3367e3c..5f018c4 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.2.1 +future-release=1.2.2 issues-wo-labels=false enhancement-label=**Added:** enhancement-labels=added-feature diff --git a/CHANGELOG.md b/CHANGELOG.md index be3c359..115c6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.2](https://github.com/awslabs/cognito-at-edge/tree/1.2.2) (2022-04-12) + +[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.1...1.2.2) + +**Fixed:** + +- Fix type mismatch of the status code [\#35](https://github.com/awslabs/cognito-at-edge/pull/35) ([piotrekwitkowski](https://github.com/piotrekwitkowski)) +- fix: update regex to account for idToken being last key value pair in cookie string [\#33](https://github.com/awslabs/cognito-at-edge/pull/33) ([timbakkum](https://github.com/timbakkum)) + +**Merged pull requests:** + +- Update axios and aws-jwt-verify dependencies [\#30](https://github.com/awslabs/cognito-at-edge/pull/30) ([ottokruse](https://github.com/ottokruse)) + ## [1.2.1](https://github.com/awslabs/cognito-at-edge/tree/1.2.1) (2022-01-17) [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.0...1.2.1) diff --git a/package.json b/package.json index b0ee112..88f6ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-at-edge", - "version": "1.2.1", + "version": "1.2.2", "repository": { "type": "git", "url": "https://github.com/awslabs/cognito-at-edge"