We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8a4ce commit e6e439aCopy full SHA for e6e439a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### next
2
3
+* TODO: Replace this bullet point with an actual description of a change.
4
+
5
+### 2.6.0 (3 January 2025)
6
7
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#16)
8
9
### 2.5.0 (4 October 2024)
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'
10
class << self
11
# Returns the version of gem as a string.
0 commit comments