Skip to content

Commit

Permalink
chore: release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cduvray committed Aug 26, 2024
1 parent 5ef1475 commit e24ebf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.15.0 (2024-08-26)

- tonic support is back
- CI refactoring
- MSRV is bumped to 75
- minor dependencies updates (commit: d87b7ef90912759b0ad608bfcb7b021bb9c14e14)

## 0.14.0 (2024-01-22)

- update to axum 0.7
Expand Down
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 and tonic"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
authors = ["cduvray <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e24ebf9

Please sign in to comment.