Skip to content

Commit

Permalink
chore: release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cduvray committed Mar 16, 2023
1 parent ca14e15 commit 5b99335
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.8.1 (?-?-?)
## 0.8.1 (2023-03-16)

No public API changes, no new features.

### Changed

- KeyStore, KeySource refactor for better performance and security

### Fixed

- Allow non root OIDC issuer (issue #1)

## 0.8.0 (2023-02-28)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jwt-authorizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jwt-authorizer"
description = "jwt authorizer middleware for axum"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = ["cduvray <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5b99335

Please sign in to comment.