Skip to content

Commit 3a0ade4

Browse files
Bump version and update changelog
1 parent 929d13e commit 3a0ade4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.12.1] - 2024-07-12
8+
- Fix properly support for `token_header` & `issuer` config options
9+
710
## [0.12.0] - 2024-07-10
811
### Added
912
- Add support for `token_header` config

lib/devise/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Devise
44
module JWT
5-
VERSION = '0.12.0'
5+
VERSION = '0.12.1'
66
end
77
end

0 commit comments

Comments
 (0)