Skip to content

Commit

Permalink
Prepare release for Solidus v4.3.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elia committed Jan 5, 2024
1 parent e888795 commit d33ece4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Solidus v4.3.1 (2024-01-05)

<!-- Please, don't edit manually. The content is automatically generated. -->

## Solidus Backend

* [v4.3] Fix the check on select2 translations asset existence by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5584

**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.3.0...v4.3.1


## Solidus v4.3.0 (2023-12-22)

<!-- Please, don't edit manually. The content is automatically generated. -->
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.3.1.dev"
VERSION = "4.3.1"

def self.solidus_version
VERSION
Expand Down

0 comments on commit d33ece4

Please sign in to comment.