From 63797cf129aef370cb73f7eb6be732472911d7b8 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 23 Aug 2019 10:42:21 +0200 Subject: [PATCH] v4.3.0 --- CHANGELOG.md | 7 +++++++ lib/alchemy/devise/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339d5c5..1d35909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.3.0 (2019-08-23) + +- Move test dependencies [#86](https://github.com/AlchemyCMS/alchemy-devise/pull/86) ([tvdeyen](https://github.com/tvdeyen)) +- Test with Rails 6 [#85](https://github.com/AlchemyCMS/alchemy-devise/pull/85) ([tvdeyen](https://github.com/tvdeyen)) + ## 4.2.1 (2019-05-15) - Remove test files from built Ruby gem [#82](https://github.com/AlchemyCMS/alchemy-devise/pull/82) ([tvdeyen](https://github.com/tvdeyen)) @@ -31,3 +36,5 @@ - Send code coverage results after successful build [#60](https://github.com/AlchemyCMS/alchemy-devise/pull/60) ([tvdeyen](https://github.com/tvdeyen)) - Allow to configure devise modules [#59](https://github.com/AlchemyCMS/alchemy-devise/pull/59) ([tvdeyen](https://github.com/tvdeyen)) - Rails 5, Alchemy 4, Devise 4 [#58](https://github.com/AlchemyCMS/alchemy-devise/pull/58) ([tvdeyen](https://github.com/tvdeyen)) + + diff --git a/lib/alchemy/devise/version.rb b/lib/alchemy/devise/version.rb index 93adda0..78228e8 100644 --- a/lib/alchemy/devise/version.rb +++ b/lib/alchemy/devise/version.rb @@ -1,5 +1,5 @@ module Alchemy module Devise - VERSION = "4.2.1" + VERSION = "4.3.0" end end