diff --git a/CHANGELOG.md b/CHANGELOG.md index 5301eba8..8721e8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [v2.9.0](https://github.com/jwt/ruby-jwt/tree/v2.9.0) (NEXT) +## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.0...main) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here + +## [v2.9.0](https://github.com/jwt/ruby-jwt/tree/v2.9.0) (2024-09-15) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.8.2...v2.9.0) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index 858816c7..d1eb7973 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 9 # tiny version - TINY = 0 + TINY = 1 # alpha, beta, etc. tag PRE = nil