Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Nov 18, 2024
1 parent 284e7c5 commit 14df642
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,3 +1,9 @@
# Changelog

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

### Features

* re-work API a little in preparation for release ([f8cab54](https://github.com/rjw57/verify-oidc-identity/commit/f8cab5451e903d86b770e640bb6fe21813f82c2f))

## [0.0.2](https://github.com/rjw57/verify-oidc-identity/compare/0.0.1...0.0.2) (2024-11-17)
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.0.2"
version = "0.1.0"
description = "Verify OIDC JWT identity tokens using OIDC discovery"
authors = [ "Rich Wareham <[email protected]>" ]
license = "MIT"
Expand Down

0 comments on commit 14df642

Please sign in to comment.