From 5097a2c0bed2d93987ec4f8e1e6c3cde94af2d14 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 11 Jan 2024 15:12:42 +0100 Subject: [PATCH] Bump version to v7.1.0 --- CHANGELOG.md | 6 ++++++ lib/alchemy/devise/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a23890..88e971a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 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)) +- Rails 7.1 support [#193](https://github.com/AlchemyCMS/alchemy-devise/pull/193) ([tvdeyen](https://github.com/tvdeyen)) +- Add Alchemy 7.1 support [#192](https://github.com/AlchemyCMS/alchemy-devise/pull/192) ([tvdeyen](https://github.com/tvdeyen)) + ## 7.0.0 (2023-07-05) - Update to Alchemy 7.0 [#173](https://github.com/AlchemyCMS/alchemy-devise/pull/173) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index bdc9710..63f099b 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "7.0.0" + VERSION = "7.1.0" end end