From 3355c9d80449d1f52463ee6e3d91c0de12174a42 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Jul 2024 10:07:03 +0000 Subject: [PATCH] 1.8.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/flask_cognito_lib/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313811c..30e17cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v1.8.1 (2024-07-29) + +### Fix + +* Add descriptions to HTML exceptions ([#47](https://github.com/mblackgeo/flask-cognito-lib/issues/47)) ([`08e251e`](https://github.com/mblackgeo/flask-cognito-lib/commit/08e251e823b00bda106eba76dacd5896267444b3)) + ## v1.8.0 (2024-05-30) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 4cea4ac..a65cf19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask_cognito_lib" -version = "1.8.0" +version = "1.8.1" 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 88e005b..0c59cdc 100644 --- a/src/flask_cognito_lib/__init__.py +++ b/src/flask_cognito_lib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.8.0" +__version__ = "1.8.1" from .plugin import CognitoAuth