diff --git a/CHANGELOG.md b/CHANGELOG.md index 04be0d92..bdc71bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,13 @@ # Changelog -# Changelog - -## [v2.8.0](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (NEXT) +## [v2.7.1](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2023-06-09) [Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.7.0...v2.8.0) -**Features:** - -- Your contribution here - **Fixes and enhancements:** - Handle invalid algorithm when decoding JWT [#559](https://github.com/jwt/ruby-jwt/pull/559) - [@nataliastanko](https://github.com/nataliastanko) - Do not raise error when verifying bad HMAC signature [#563](https://github.com/jwt/ruby-jwt/pull/563) - [@hieuk09](https://github.com/hieuk09) -- Your contribution here ## [v2.7.0](https://github.com/jwt/ruby-jwt/tree/v2.7.0) (2023-02-01) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index 556520b4..d396b6c6 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 7 # tiny version - TINY = 0 + TINY = 1 # alpha, beta, etc. tag PRE = nil