Skip to content

Commit

Permalink
Merge pull request #5338 from solidusio/github-actions/5853288280-1-1…
Browse files Browse the repository at this point in the history
…692000058

Prepare release for Solidus v3.3.4
  • Loading branch information
waiting-for-dev authored Aug 14, 2023
2 parents 508b13f + 67f032b commit cb44b7e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Solidus v3.3.4 (2023-08-14)

## Solidus Core
* [v3.3] Fix error added when resetting order flow on an empty order by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5333

## Solidus Backend


## Solidus API


## Solidus Sample


## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v3.3.3...v3.3.4


## Solidus v3.3.3 (2023-06-30)

## Solidus Core
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 = "3.3.4.dev"
VERSION = "3.3.4"

def self.solidus_version
VERSION
Expand Down

0 comments on commit cb44b7e

Please sign in to comment.