From 61e8bc2b0eedd93ea60fc514e2d9485ed3995a95 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 13 Dec 2019 13:43:03 +0100 Subject: [PATCH] v2.5.1 - Ensure we load controller patches after they load [\#55](https://github.com/AlchemyCMS/alchemy-solidus/pull/55) ([tvdeyen](https://github.com/tvdeyen)) - Disable ActionView partial path prefixing [\#53](https://github.com/AlchemyCMS/alchemy-solidus/pull/53) ([tvdeyen](https://github.com/tvdeyen)) --- CHANGELOG.md | 9 +++++++++ lib/alchemy/solidus/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f0275..4b384b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.5.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v2.5.1) (2019-12-13) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v2.5.0...v2.5.1) + +**Merged pull requests:** + +- Ensure we load controller patches after they load [\#55](https://github.com/AlchemyCMS/alchemy-solidus/pull/55) ([tvdeyen](https://github.com/tvdeyen)) +- Disable ActionView partial path prefixing [\#53](https://github.com/AlchemyCMS/alchemy-solidus/pull/53) ([tvdeyen](https://github.com/tvdeyen)) + ## [v2.5.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v2.5.0) (2019-11-12) [Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v2.4.0...v2.5.0) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index ac8d9e5..1f10416 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "2.5.0" + VERSION = "2.5.1" end end