Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Jul 10, 2024
1 parent 1c4de3d commit 5cfe00f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change Log
[#](#) Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.12.0] - 2024-07-10
### Added
- Add support for `token_header` config
- Add support for `issuer` config

## [0.11.0] - 2023-05-10
### Added
- Add support for rotation_secret
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Devise
module JWT
VERSION = '0.11.0'
VERSION = '0.12.0'
end
end

0 comments on commit 5cfe00f

Please sign in to comment.