From 005293b943cf67699459e830f5cca2adef9b787c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Fri, 16 Sep 2022 14:00:00 +0200 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 7 +++++++ lib/devise/jwt/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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