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 929d13e commit 3a0ade4Copy full SHA for 3a0ade4
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.12.1] - 2024-07-12
8
+- Fix properly support for `token_header` & `issuer` config options
9
+
10
## [0.12.0] - 2024-07-10
11
### Added
12
- Add support for `token_header` config
lib/devise/jwt/version.rb
@@ -2,6 +2,6 @@
2
3
module Devise
module JWT
- VERSION = '0.12.0'
+ VERSION = '0.12.1'
end
0 commit comments