Skip to content

Commit b26aee7

Browse files
committed
Version 2.9.0
1 parent 9eaf362 commit b26aee7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

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

3-
## [v2.8.3](https://github.com/jwt/ruby-jwt/tree/v2.8.3) (NEXT)
3+
## [v2.9.0](https://github.com/jwt/ruby-jwt/tree/v2.9.0) (NEXT)
44

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

77
**Features:**
88

99
- Build and push gem using a GH action [#612](https://github.com/jwt/ruby-jwt/pull/612) ([@anakinj](https://github.com/anakinj))
10-
- Your contribution here
1110

1211
**Fixes and enhancements:**
1312

1413
- Refactor claim validators into their own classes [#605](https://github.com/jwt/ruby-jwt/pull/605) ([@anakinj](https://github.com/anakinj), [@MatteoPierro](https://github.com/MatteoPierro))
1514
- Allow extending available algorithms [#607](https://github.com/jwt/ruby-jwt/pull/607) ([@anakinj](https://github.com/anakinj))
1615
- Do not include the EdDSA algorithm if rbnacl not available [#613](https://github.com/jwt/ruby-jwt/pull/613) ([@anakinj](https://github.com/anakinj))
17-
- Your contribution here
1816

1917
## [v2.8.2](https://github.com/jwt/ruby-jwt/tree/v2.8.2) (2024-06-18)
2018

lib/jwt/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ module VERSION
1111
# major version
1212
MAJOR = 2
1313
# minor version
14-
MINOR = 8
14+
MINOR = 9
1515
# tiny version
16-
TINY = 3
16+
TINY = 0
1717
# alpha, beta, etc. tag
1818
PRE = nil
1919

0 commit comments

Comments
 (0)