Skip to content

Commit

Permalink
Merge pull request #5412 from solidusio/github-actions/6403140006-1-1…
Browse files Browse the repository at this point in the history
…696406167

Prepare release for Solidus v4.2.1
  • Loading branch information
elia authored Oct 4, 2023
2 parents 208d97d + e1929a1 commit ae5363c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Solidus v4.2.1 (2023-10-04)

## Solidus Core


## Solidus Backend
* [v4.2] Update backend configuration for solidus `v4.2` by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5407
* [v4.2] Restore using `MenuItem#sections` for matching paths by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5409

## Solidus API


## Solidus Sample


## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.2.0...v4.2.1


## Solidus v4.2.0 (2023-09-29)


Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Spree
VERSION = "4.2.1.dev"
VERSION = "4.2.1"

def self.solidus_version
VERSION
Expand Down

0 comments on commit ae5363c

Please sign in to comment.