Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Mar 28, 2024
1 parent ea1e441 commit 764bc34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

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

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

**Features:**

- Your contribution here

**Fixes and enhancements:**

- Your contribution here
-
## [v2.8.1](https://github.com/jwt/ruby-jwt/tree/v2.8.1) (2024-02-29)

[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.0...v2.8.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/jwt/version.rb
Expand Up @@ -13,7 +13,7 @@ module VERSION
# minor version
MINOR = 8
# tiny version
TINY = 1
TINY = 2
# alpha, beta, etc. tag
PRE = nil

Expand Down

0 comments on commit 764bc34

Please sign in to comment.