Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 30, 2023
1 parent 9f92aa6 commit 0344596
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<!--next-version-placeholder-->

## v1.6.0 (2023-10-30)
### Feature

* Add support for setting domain and samesite on the cookie ([`46e69c8`](https://github.com/mblackgeo/flask-cognito-lib/commit/46e69c8792c81b251c211b51979f0e0e4105a99a))

### Documentation

* Update with new configuration options for cookie domain/samesite ([`90fd6ac`](https://github.com/mblackgeo/flask-cognito-lib/commit/90fd6ace96a0c0fee275ec2f1f8b08d0e8e2d3e7))
* Remove misleading text in example in README ([`9faafc0`](https://github.com/mblackgeo/flask-cognito-lib/commit/9faafc0bf12bcfc7b0e9fc1cd03ef4944289fb22))

## v1.5.0 (2023-07-12)
### Feature

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask_cognito_lib"
version = "1.5.0"
version = "1.6.0"
description = "A Flask extension that supports protecting routes with AWS Cognito following OAuth 2.1 best practices"
license = "MIT"
authors = ["mblackgeo <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/flask_cognito_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.0"
__version__ = "1.6.0"

from .plugin import CognitoAuth

Expand Down

0 comments on commit 0344596

Please sign in to comment.