diff --git a/.github_changelog_generator b/.github_changelog_generator index 5f018c4..8eca99c 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,7 +1,7 @@ unreleased=true -future-release=1.2.2 +future-release=1.3.0 issues-wo-labels=false enhancement-label=**Added:** enhancement-labels=added-feature bugs-label=**Fixed:** -exclude-labels=duplicate,question,invalid,wontfix,no-changelog \ No newline at end of file +exclude-labels=duplicate,question,invalid,wontfix,no-changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 115c6ba..79390aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.0](https://github.com/awslabs/cognito-at-edge/tree/1.3.0) (2022-11-21) + +[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.2...1.3.0) + +**Added:** + +- Add support for HttpOnly cookie flag [\#41](https://github.com/awslabs/cognito-at-edge/pull/41) ([tsop14](https://github.com/tsop14)) + ## [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) diff --git a/package.json b/package.json index 88f6ba1..167f9cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-at-edge", - "version": "1.2.2", + "version": "1.3.0", "repository": { "type": "git", "url": "https://github.com/awslabs/cognito-at-edge"