Skip to content

Commit 3d0a573

Browse files
committed
Prepare next iteration
1 parent 2bcb794 commit 3d0a573

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (NEXT)
4+
5+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...main)
6+
7+
**Features:**
8+
9+
- Your contribution here
10+
11+
**Fixes and enhancements:**
12+
13+
- Your contribution here
14+
315
## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (2024-09-23)
416

517
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.0...v2.9.1)

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module VERSION
1313
# minor version
1414
MINOR = 9
1515
# tiny version
16-
TINY = 1
16+
TINY = 2
1717
# alpha, beta, etc. tag
1818
PRE = nil
1919

0 commit comments

Comments
 (0)