Skip to content

Commit bd3f80b

Browse files
committed
Next iteration
1 parent 956fa1b commit bd3f80b

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.8.1](https://github.com/jwt/ruby-jwt/tree/v2.8.1) (NEXT)
4+
5+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.0...main)
6+
7+
**Features:**
8+
9+
- Your contribution here
10+
11+
**Fixes and enhancements:**
12+
13+
- Your contribution here
14+
315
## [v2.8.0](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2024-02-17)
416

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

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 = 8
1515
# tiny version
16-
TINY = 0
16+
TINY = 1
1717
# alpha, beta, etc. tag
1818
PRE = nil
1919

0 commit comments

Comments
 (0)