Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions[bot] committed Sep 23, 2024
1 parent 7fa962c commit d0739bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!--next-version-placeholder-->

## v1.9.0 (2024-09-23)

### Feature

* Store cognito_id_token in cookie ([#45](https://github.com/mblackgeo/flask-cognito-lib/issues/45)) ([`6933d04`](https://github.com/mblackgeo/flask-cognito-lib/commit/6933d044d9cc08e39cd3665bf85df6a9a202d5a3))

## v1.8.2 (2024-08-27)

### Fix
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.8.2"
version = "1.9.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.8.2"
__version__ = "1.9.0"

from .plugin import CognitoAuth

Expand Down

0 comments on commit d0739bf

Please sign in to comment.