From c6ce9e5ad91d110a118f3645c703f0281bdb5d98 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Mar 2022 16:02:03 +0000 Subject: [PATCH] 1.1.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- src/flask_cognito_lib/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ac624..eb09905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +## v1.1.6 (2022-03-30) + + ## v1.1.5 (2022-03-30) diff --git a/pyproject.toml b/pyproject.toml index f33c22a..ff352f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask_cognito_lib" -version = "1.1.5" +version = "1.1.6" 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 40f6848..cdb9777 100644 --- a/src/flask_cognito_lib/__init__.py +++ b/src/flask_cognito_lib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.5" +__version__ = "1.1.6" from .plugin import CognitoAuth