From e6e439a27dbc4713fbec3c63ce3e791aa27076eb Mon Sep 17 00:00:00 2001 From: deployhausgold Date: Fri, 3 Jan 2025 13:49:35 +0000 Subject: [PATCH] [Release] Bumped the version to 2.6.0. --- CHANGELOG.md | 4 ++++ lib/grape/jwt/authentication/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5c257..bc6060c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### next +* TODO: Replace this bullet point with an actual description of a change. + +### 2.6.0 (3 January 2025) + * Raised minimum supported Ruby/Rails version to 2.7/6.1 (#16) ### 2.5.0 (4 October 2024) diff --git a/lib/grape/jwt/authentication/version.rb b/lib/grape/jwt/authentication/version.rb index 9eaec23..6346d7d 100644 --- a/lib/grape/jwt/authentication/version.rb +++ b/lib/grape/jwt/authentication/version.rb @@ -5,7 +5,7 @@ module Jwt # The gem version details. module Authentication # The version of the +grape-jwt-authentication+ gem - VERSION = '2.5.0' + VERSION = '2.6.0' class << self # Returns the version of gem as a string.