Skip to content

Commit

Permalink
Version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Sep 15, 2024
1 parent 9eaf362 commit b26aee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# Changelog

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

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

**Features:**

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

**Fixes and enhancements:**

- 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))
- Allow extending available algorithms [#607](https://github.com/jwt/ruby-jwt/pull/607) ([@anakinj](https://github.com/anakinj))
- Do not include the EdDSA algorithm if rbnacl not available [#613](https://github.com/jwt/ruby-jwt/pull/613) ([@anakinj](https://github.com/anakinj))
- Your contribution here

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

Expand Down
4 changes: 2 additions & 2 deletions lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ module VERSION
# major version
MAJOR = 2
# minor version
MINOR = 8
MINOR = 9
# tiny version
TINY = 3
TINY = 0
# alpha, beta, etc. tag
PRE = nil

Expand Down

0 comments on commit b26aee7

Please sign in to comment.