diff --git a/CHANGELOG.md b/CHANGELOG.md index 61198fd..7d4646f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.4.15](https://github.com/rjw57/verify-oidc-identity/compare/0.4.14...0.4.15) (2025-01-29) + ## [0.4.14](https://github.com/rjw57/verify-oidc-identity/compare/0.4.13...0.4.14) (2025-01-28) ## [0.4.13](https://github.com/rjw57/verify-oidc-identity/compare/0.4.12...0.4.13) (2025-01-23) diff --git a/pyproject.toml b/pyproject.toml index 534fa59..259f39c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "verify-oidc-identity" -version = "0.4.14" +version = "0.4.15" description = "Verify OIDC JWT identity tokens using OIDC discovery" authors = [ "Rich Wareham " ] license = "MIT"