Skip to content

Commit b9ee8b6

Browse files
committed
Prepare next iteration
1 parent c0f45c5 commit b9ee8b6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Notable changes in the upcoming **version 3.0**:
2222
- The `sign` and `verify` static methods on all the algorithms (`::JWT::JWA`) will be removed.
2323
- Custom algorithms are expected to include the `JWT::JWA::SigningAlgorithm` module.
2424

25+
## [v2.9.3](https://github.com/jwt/ruby-jwt/tree/v2.9.3) (NEXT)
26+
27+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.2...main)
28+
29+
**Features:**
30+
31+
- Your contribution here
32+
33+
**Fixes and enhancements:**
34+
35+
- Your contribution here
36+
2537
## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (2024-10-03)
2638

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

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module VERSION
1313
# minor version
1414
MINOR = 9
1515
# tiny version
16-
TINY = 2
16+
TINY = 3
1717
# alpha, beta, etc. tag
1818
PRE = nil
1919

0 commit comments

Comments
 (0)