From 781fbd19b92b84a1f55c7ec7c0e069f870a5fb36 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Fri, 9 Jun 2023 22:21:33 +0300 Subject: [PATCH] Bump version to 2.7.1 --- CHANGELOG.md | 9 +-------- lib/jwt/version.rb | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) 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