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 c0f45c5 commit b9ee8b6
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.3](https://github.com/jwt/ruby-jwt/tree/v2.9.3) (NEXT)

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

**Features:**

- Your contribution here

**Fixes and enhancements:**

- Your contribution here

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

[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...v2.9.2)
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 = 2
TINY = 3
# alpha, beta, etc. tag
PRE = nil

Expand Down

0 comments on commit b9ee8b6

Please sign in to comment.