From f931a195058cf954339a2be34d856e19d3a7977b Mon Sep 17 00:00:00 2001 From: deployhausgold Date: Fri, 9 Aug 2024 13:57:45 +0000 Subject: [PATCH] [Release] Bumped the version to 2.4.1. --- 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 14e15b3..0a1996f 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.1 + * Added API docs building to continuous integration (#14) ### 2.4.0 diff --git a/lib/grape/jwt/authentication/version.rb b/lib/grape/jwt/authentication/version.rb index 212067c..32db605 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.0' + VERSION = '2.4.1' class << self # Returns the version of gem as a string.