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