Skip to content

Commit

Permalink
Bumped minor version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dusktreader committed Apr 1, 2024
1 parent fcd61e2 commit ca01c88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 = "armasec"
version = "1.3.0"
version = "1.4.0"
description = "Injectable FastAPI auth via OIDC"
authors = ["Omnivector Engineering Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ca01c88

Please sign in to comment.