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 956fa1b commit bd3f80bCopy full SHA for bd3f80b
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [v2.8.1](https://github.com/jwt/ruby-jwt/tree/v2.8.1) (NEXT)
4
+
5
+[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.0...main)
6
7
+**Features:**
8
9
+- Your contribution here
10
11
+**Fixes and enhancements:**
12
13
14
15
## [v2.8.0](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2024-02-17)
16
17
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.7.1...v2.8.0)
lib/jwt/version.rb
@@ -13,7 +13,7 @@ module VERSION
# minor version
MINOR = 8
# tiny version
- TINY = 0
+ TINY = 1
# alpha, beta, etc. tag
18
PRE = nil
19
0 commit comments