Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Oct 3, 2024
1 parent ae54ded commit 64453e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ Notable changes in the upcoming **version 3.0**:
- The `sign` and `verify` static methods on all the algorithms (`::JWT::JWA`) will be removed.
- Custom algorithms are expected to include the `JWT::JWA::SigningAlgorithm` module.

## [v2.9.4](https://github.com/jwt/ruby-jwt/tree/v2.9.4) (NEXT)

[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.3...main)

**Features:**

- Your contribution here

**Fixes and enhancements:**

- Your contribution here

## [v2.9.3](https://github.com/jwt/ruby-jwt/tree/v2.9.3) (2024-10-03)

[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.2...v2.9.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module VERSION
# minor version
MINOR = 9
# tiny version
TINY = 3
TINY = 4
# alpha, beta, etc. tag
PRE = nil

Expand Down

0 comments on commit 64453e4

Please sign in to comment.