Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mblackgeo/flask-cognito-lib into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo committed Mar 30, 2022
2 parents 82e69e4 + 89c2976 commit 491883c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!--next-version-placeholder-->

## v1.1.5 (2022-03-30)


## v1.1.4 (2022-03-30)
### Documentation
* Add placeholder for semantic in the Changelog ([`9549891`](https://github.com/mblackgeo/flask-cognito-lib/commit/9549891f0be93b8993b3c7643de8280de2d4f742))
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.1.4"
version = "1.1.5"
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.1.4"
__version__ = "1.1.5"

from .plugin import CognitoAuth

Expand Down

0 comments on commit 491883c

Please sign in to comment.