Skip to content

Commit e6e439a

Browse files
[Release] Bumped the version to 2.6.0.
1 parent fc8a4ce commit e6e439a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### next
22

3+
* TODO: Replace this bullet point with an actual description of a change.
4+
5+
### 2.6.0 (3 January 2025)
6+
37
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#16)
48

59
### 2.5.0 (4 October 2024)

lib/grape/jwt/authentication/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Jwt
55
# The gem version details.
66
module Authentication
77
# The version of the +grape-jwt-authentication+ gem
8-
VERSION = '2.5.0'
8+
VERSION = '2.6.0'
99

1010
class << self
1111
# Returns the version of gem as a string.

0 commit comments

Comments
 (0)