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 Sep 16, 2022
1 parent ff4615e commit 005293b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.10.0] - 2022-09-16
### Added
- Enable support for asymmetric algorithms

### Fixed
- FIX: "No verification key available" on token decode

## [0.9.0] - 2021-09-21
### Fixed
- Fix compatibility with dry-configurable 0.13
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.9.0'
VERSION = '0.10.0'
end
end

0 comments on commit 005293b

Please sign in to comment.