From 874ceced03f73f8ac6555ded6e68a3dbab7113a5 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 12 Jan 2024 21:11:58 +0100 Subject: [PATCH] Bump alchemy-devise to 7.1.1 --- CHANGELOG.md | 4 ++++ lib/alchemy/devise/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e971a..42de5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.1.1 (2023-01-12) + +- Alchemy 7.1 UI fixes [#195](https://github.com/AlchemyCMS/alchemy-devise/pull/195) ([tvdeyen](https://github.com/tvdeyen)) + ## 7.1.0 (2023-01-11) - Update brakeman to 6.1 [#194](https://github.com/AlchemyCMS/alchemy-devise/pull/194) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index 63f099b..458d5f8 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "7.1.0" + VERSION = "7.1.1" end end