Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 6, 2022
1 parent 401ce6b commit 7995a20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!--next-version-placeholder-->

## v1.3.1 (2022-07-06)
### Fix
* Run decorators within the app context ([`bb8bd38`](https://github.com/mblackgeo/flask-cognito-lib/commit/bb8bd381ef6a49d39f82babf8a86091e4cd557f3))

### Documentation
* Add SECRET_KEY to required config ([`366c862`](https://github.com/mblackgeo/flask-cognito-lib/commit/366c862f133ebf8f4c4908ded96fbd51ec4f8f4e))
* Fix typo in repo_url for mkdocs ([`b2e0875`](https://github.com/mblackgeo/flask-cognito-lib/commit/b2e08754914f4ffc28795d2288cd72feec858d7b))

## v1.3.0 (2022-05-25)
### Feature
* Bump pyjwt minor version ([`672b99e`](https://github.com/mblackgeo/flask-cognito-lib/commit/672b99eca5d2865ca96e064f21bda68378b25328))
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.3.0"
version = "1.3.1"
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.3.0"
__version__ = "1.3.1"

from .plugin import CognitoAuth

Expand Down

0 comments on commit 7995a20

Please sign in to comment.