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 5412e5d commit fc0230fCopy full SHA for fc0230f
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [0.13.0] - 2026-01-13
8
+- Support devise 5.0
9
+
10
## [0.12.1] - 2024-07-12
11
- Fix properly support for `token_header` & `issuer` config options
12
lib/devise/jwt/version.rb
@@ -2,6 +2,6 @@
2
3
module Devise
module JWT
- VERSION = '0.12.1'
+ VERSION = '0.13.0'
end
0 commit comments