Skip to content

Commit

Permalink
Release 1.1.1 (#25)
Browse files Browse the repository at this point in the history
* Increment package version.
* Update contact information.
  • Loading branch information
jeandek authored Jan 10, 2022
1 parent 6b6711c commit 022ddba
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased=true
future-release=1.1.0
future-release=1.1.1
issues-wo-labels=false
enhancement-label=**Added:**
enhancement-labels=added-feature
bugs-label=**Fixed:**
bugs-label=**Fixed:**
exclude-labels=duplicate,question,invalid,wontfix,no-changelog
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.1](https://github.com/awslabs/cognito-at-edge/tree/1.1.1) (2022-01-07)

[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.1.0...1.1.1)

**Fixed:**

- Double Decoding of the QueryParams [\#23](https://github.com/awslabs/cognito-at-edge/issues/23)
- Add Cache-Control headers to redirect responses [\#18](https://github.com/awslabs/cognito-at-edge/issues/18)
- Fix for double query params decoding [\#24](https://github.com/awslabs/cognito-at-edge/pull/24) ([akhudiakov97](https://github.com/akhudiakov97))
- Add cache-control & pragma headers to redirect responses [\#19](https://github.com/awslabs/cognito-at-edge/pull/19) ([ineale2](https://github.com/ineale2))

**Merged pull requests:**

- Use aws-jwt-verify to verify JSON Web Tokens [\#15](https://github.com/awslabs/cognito-at-edge/pull/15) ([ottokruse](https://github.com/ottokruse))

## [1.1.0](https://github.com/awslabs/cognito-at-edge/tree/1.1.0) (2021-10-05)

[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.0.0...1.1.0)
Expand All @@ -8,7 +23,7 @@ Merge PRs by external contributors to add support for new use cases

**Added:**

- added optional disableCookieDomain parameter \(\#10\) [\#11](https://github.com/awslabs/cognito-at-edge/pull/11) ([jwwheeleriv](https://github.com/jwwheeleriv))
- added optional disableCookieDomain parameter [\#11](https://github.com/awslabs/cognito-at-edge/pull/11) ([jwwheeleriv](https://github.com/jwwheeleriv))
- add authentication to the fetch tokens from code [\#9](https://github.com/awslabs/cognito-at-edge/pull/9) ([yoavya](https://github.com/yoavya))

**Closed issues:**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cognito-at-edge",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/cognito-at-edge"
},
"description": "Cognito authentication made easy to protect your website with CloudFront and Lambda@Edge.",
"author": "AWS Innovation Labs <aws-innovation[email protected]>",
"author": "AWS Builder Labs <aws-builder[email protected]>",
"license": "Apache-2.0",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 022ddba

Please sign in to comment.