Skip to content

Commit 658275c

Browse files
authored
Version 2.10.2 (#703)
1 parent 67dc9d3 commit 658275c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog
22

3+
## [v2.10.2](https://github.com/jwt/ruby-jwt/tree/v2.10.2) (2025-06-29)
4+
5+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.10.1...v2.10.2)
6+
7+
**Fixes and enhancements:**
8+
9+
- Avoid using the same digest across calls in JWT::JWA::Ecdsa and JWT::JWA::Rsa [#697](https://github.com/jwt/ruby-jwt/pull/697)
10+
311
## [v2.10.1](https://github.com/jwt/ruby-jwt/tree/v2.10.1) (2024-12-26)
412

13+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.10.0...v2.10.1)
14+
515
**Fixes and enhancements:**
616

717
- Make version constants public again [#646](https://github.com/jwt/ruby-jwt/pull/646) ([@anakinj]

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def self.gem_version
1616
module VERSION
1717
MAJOR = 2
1818
MINOR = 10
19-
TINY = 1
19+
TINY = 2
2020
PRE = nil
2121

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

0 commit comments

Comments
 (0)