Skip to content

Commit b987a51

Browse files
authored
Version 3.0.0 (#686)
1 parent 2602ffe commit b987a51

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [v3.0.0](https://github.com/jwt/ruby-jwt/tree/v3.0.0) (NEXT)
3+
## [v3.0.0](https://github.com/jwt/ruby-jwt/tree/v3.0.0) (2025-06-14)
44

5-
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.10.1...main)
5+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.10.1...v3.0.0)
66

77
**Breaking changes:**
88

@@ -22,13 +22,11 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
2222
- JWT::EncodedToken#verify! method that bundles signature and claim validation [#647](https://github.com/jwt/ruby-jwt/pull/647) ([@anakinj](https://github.com/anakinj))
2323
- Do not override the alg header if already given [#659](https://github.com/jwt/ruby-jwt/pull/659) ([@anakinj](https://github.com/anakinj))
2424
- Make `JWK::KeyFinder` compatible with `JWT::EncodedToken` [#663](https://github.com/jwt/ruby-jwt/pull/663) ([@anakinj](https://github.com/anakinj))
25-
- Your contribution here
2625

2726
**Fixes and enhancements:**
2827

2928
- Ruby 3.4 to CI matrix [#649](https://github.com/jwt/ruby-jwt/pull/649) ([@anakinj](https://github.com/anakinj))
3029
- Add logger as development dependency [#670](https://github.com/jwt/ruby-jwt/pull/670) ([@hieuk09](https://github.com/hieuk09))
31-
- Your contribution here
3230

3331
## [v2.10.1](https://github.com/jwt/ruby-jwt/tree/v2.10.1) (2024-12-26)
3432

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module VERSION
1717
MAJOR = 3
1818
MINOR = 0
1919
TINY = 0
20-
PRE = 'beta1'
20+
PRE = nil
2121

2222
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
2323
end

0 commit comments

Comments
 (0)