Skip to content

Commit

Permalink
chore(release): 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Nov 20, 2024
1 parent e1a5868 commit 1291692
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.5](https://github.com/rjw57/verify-oidc-identity/compare/0.3.4...0.3.5) (2024-11-20)

### Bug Fixes

* when claims have incorrect values, correctly report the invalid value ([757abce](https://github.com/rjw57/verify-oidc-identity/commit/757abce3a4ebf11af14ba988a5597b799a346c8c))

## [0.3.4](https://github.com/rjw57/verify-oidc-identity/compare/0.3.3...0.3.4) (2024-11-18)

### Reverts
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 = "verify-oidc-identity"
version = "0.3.4"
version = "0.3.5"
description = "Verify OIDC JWT identity tokens using OIDC discovery"
authors = [ "Rich Wareham <[email protected]>" ]
license = "MIT"
Expand Down

0 comments on commit 1291692

Please sign in to comment.