From 45dc4750ab15d089edd00404e6c6004e0d78418b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 May 2022 08:25:26 +0000 Subject: [PATCH] 1.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/flask_cognito_lib/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545c07f..6cb39de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v1.3.0 (2022-05-25) +### Feature +* Bump pyjwt minor version ([`672b99e`](https://github.com/mblackgeo/flask-cognito-lib/commit/672b99eca5d2865ca96e064f21bda68378b25328)) + +### Documentation +* Fix broken badges on mkdocs ([`9f888f6`](https://github.com/mblackgeo/flask-cognito-lib/commit/9f888f6d37c22c4ac1bb2f96a11b6b69cf63f71f)) + ## v1.2.0 (2022-05-06) ### Feature * Add new config parameter to disable extension ([`fcafc51`](https://github.com/mblackgeo/flask-cognito-lib/commit/fcafc510e80ee901885e324d180aed3529fbcdbc)) diff --git a/pyproject.toml b/pyproject.toml index 4a3fcbe..8db9a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask_cognito_lib" -version = "1.2.0" +version = "1.3.0" description = "A Flask extension that supports protecting routes with AWS Cognito following OAuth 2.1 best practices" license = "MIT" authors = ["mblackgeo <18327836+mblackgeo@users.noreply.github.com>"] diff --git a/src/flask_cognito_lib/__init__.py b/src/flask_cognito_lib/__init__.py index cfd8fe0..8518066 100644 --- a/src/flask_cognito_lib/__init__.py +++ b/src/flask_cognito_lib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.0" +__version__ = "1.3.0" from .plugin import CognitoAuth