From 85fd5798e6c1c68ec21b280856d582fafc136aab Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 9 Jan 2020 09:41:07 +0100 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 8 ++++++++ lib/alchemy/solidus/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d0f2a..db8da36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v3.0.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v3.0.1) (2020-01-09) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v3.0.0...v3.0.1) + +**Merged pull requests:** + +- Set Alchemy.logout\_method [\#59](https://github.com/AlchemyCMS/alchemy-solidus/pull/59) ([tvdeyen](https://github.com/tvdeyen)) + ## [v3.0.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v3.0.0) (2019-12-17) [Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v2.5.1...v3.0.0) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index 1cdf67d..bda7bc0 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "3.0.0" + VERSION = "3.0.1" end end