We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcb794 commit 3d0a573Copy full SHA for 3d0a573
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (NEXT)
4
+
5
+[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...main)
6
7
+**Features:**
8
9
+- Your contribution here
10
11
+**Fixes and enhancements:**
12
13
14
15
## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (2024-09-23)
16
17
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.0...v2.9.1)
lib/jwt/version.rb
@@ -13,7 +13,7 @@ module VERSION
# minor version
MINOR = 9
# tiny version
- TINY = 1
+ TINY = 2
# alpha, beta, etc. tag
18
PRE = nil
19
0 commit comments