Skip to content

Commit a490892

Browse files
committed
Start the 3.0 iteration
1 parent d09d63b commit a490892

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
- Your contribution here
12+
313
## [v2.10.0](https://github.com/jwt/ruby-jwt/tree/v2.10.0) (2024-12-25)
414

515
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.3...v2.10.0)

lib/jwt/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def self.gem_version
1414

1515
# @api private
1616
module VERSION
17-
MAJOR = 2
18-
MINOR = 10
17+
MAJOR = 3
18+
MINOR = 0
1919
TINY = 0
2020
PRE = nil
2121

0 commit comments

Comments
 (0)