Skip to content

Commit

Permalink
Merge pull request #5197 from solidusio/github-actions/5422870001-1-1…
Browse files Browse the repository at this point in the history
…688127996

Prepare release for Solidus v3.4.3
  • Loading branch information
kennyadsl committed Jul 3, 2023
2 parents d960dec + ec605e1 commit 5de7121
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 v3.4.3 (2023-06-30)

## Solidus Core
* [v3.4] Don't gsub attachment comment during solidus installation by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5089
* [v3.4] Fix Taxon taxonomy id validation regression by @RyanofWoods in https://github.com/solidusio/solidus/pull/5190

## Solidus Backend


## Solidus API


## Solidus Sample


## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v3.4.2...v3.4.3


## Solidus v3.4.2 (2023-05-04)

## 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.4.3.dev"
VERSION = "3.4.3"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 5de7121

Please sign in to comment.