diff --git a/CHANGELOG.md b/CHANGELOG.md index c75d87c..69008ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## v1.4.0 - 2024-04-01 + - Added plugin support - Included original token in TokenPayload object - Added default messages to ArmasecError classes - Formatted source files with ruff - Added examples for Keycloak and Auth0 -## v1.3.0 - 2024-12-19 +## v1.3.0 - 2023-12-19 - Added Python 3.12 support by updating to Pendulum 3.0 - Updated dependencies in poetry.lock diff --git a/pyproject.toml b/pyproject.toml index 17e5d0d..32af851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "armasec" -version = "1.3.0" +version = "1.4.0" description = "Injectable FastAPI auth via OIDC" authors = ["Omnivector Engineering Team "] license = "MIT"