From e36be36d168b926f16e18e08e233eeee65e79614 Mon Sep 17 00:00:00 2001 From: deployhausgold Date: Thu, 15 Aug 2024 12:55:34 +0000 Subject: [PATCH] [Release] Bumped the version to 2.4.5. --- 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 9ce7a23..6a4bbf9 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.4.5 + * Just a retag of 2.4.1 ### 2.4.4 diff --git a/lib/grape/jwt/authentication/version.rb b/lib/grape/jwt/authentication/version.rb index 60013de..36d77cb 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.4.4' + VERSION = '2.4.5' class << self # Returns the version of gem as a string.