From d56a18208f15e2f127586c36c84f06c60851238d Mon Sep 17 00:00:00 2001 From: rjw57 Date: Sun, 1 Dec 2024 10:47:06 +0000 Subject: [PATCH] chore(release): 0.4.3 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a11bd5..42903d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.4.3](https://github.com/rjw57/verify-oidc-identity/compare/0.4.2...0.4.3) (2024-12-01) + ## [0.4.2](https://github.com/rjw57/verify-oidc-identity/compare/0.4.1...0.4.2) (2024-11-30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b3f1476..68e7e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "verify-oidc-identity" -version = "0.4.2" +version = "0.4.3" description = "Verify OIDC JWT identity tokens using OIDC discovery" authors = [ "Rich Wareham " ] license = "MIT"