We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09d63b commit a490892Copy full SHA for a490892
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [v3.0.0](https://github.com/jwt/ruby-jwt/tree/v3.0.0) (NEXT)
4
+
5
+**Features:**
6
7
+- Your contribution here
8
9
+**Fixes and enhancements:**
10
11
12
13
## [v2.10.0](https://github.com/jwt/ruby-jwt/tree/v2.10.0) (2024-12-25)
14
15
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.3...v2.10.0)
lib/jwt/version.rb
@@ -14,8 +14,8 @@ def self.gem_version
# @api private
16
module VERSION
17
- MAJOR = 2
18
- MINOR = 10
+ MAJOR = 3
+ MINOR = 0
19
TINY = 0
20
PRE = nil
21
0 commit comments