From 3a0ade4bdcc9e23ff407f157ea59863da8b12279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Fri, 12 Jul 2024 16:51:16 +0200 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 3 +++ lib/devise/jwt/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d254123..c286b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.1] - 2024-07-12 +- Fix properly support for `token_header` & `issuer` config options + ## [0.12.0] - 2024-07-10 ### Added - Add support for `token_header` config diff --git a/lib/devise/jwt/version.rb b/lib/devise/jwt/version.rb index 12e0664..8383303 100644 --- a/lib/devise/jwt/version.rb +++ b/lib/devise/jwt/version.rb @@ -2,6 +2,6 @@ module Devise module JWT - VERSION = '0.12.0' + VERSION = '0.12.1' end end