diff --git a/CHANGELOG.md b/CHANGELOG.md index d451b00..ef49326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/devise/jwt/version.rb b/lib/devise/jwt/version.rb index 94ff408..daeede5 100644 --- a/lib/devise/jwt/version.rb +++ b/lib/devise/jwt/version.rb @@ -2,6 +2,6 @@ module Devise module JWT - VERSION = '0.9.0' + VERSION = '0.10.0' end end