From ecb5e95e29067936a6613c79421306a008da9e25 Mon Sep 17 00:00:00 2001 From: tvdeyen Date: Wed, 1 Nov 2023 07:52:38 +0000 Subject: [PATCH] Prepare release for Solidus v4.2.2 This code has been automatically generated by our 'Prepare release' GitHub action. The actual release is not part of the automation, and it still needs to be manually done by a maintainer. --- CHANGELOG.md | 20 ++++++++++++++++++++ core/lib/spree/core/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9ff584316..e1e05e0363c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## Solidus v4.2.2 (2023-11-01) + +## Solidus Core +* [v4.2] Do not require active_storage/engine by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5456 + +## Solidus Backend +* [v4.2] Skip all the navbar hiding logic when using the new version by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5424 + +## Solidus API + + +## Solidus Sample + + +## Solidus + + +**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.2.1...v4.2.2 + + ## Solidus v4.2.1 (2023-10-04) ## Solidus Core diff --git a/core/lib/spree/core/version.rb b/core/lib/spree/core/version.rb index f039413d85f..f3d6925d8c7 100644 --- a/core/lib/spree/core/version.rb +++ b/core/lib/spree/core/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Spree - VERSION = "4.2.2.dev" + VERSION = "4.2.2" def self.solidus_version VERSION