Skip to content

Commit

Permalink
Merge pull request #5587 from solidusio/github-actions/7424434423-1-1…
Browse files Browse the repository at this point in the history
…704473317

Prepare release for Solidus v4.1.4
  • Loading branch information
elia committed Jan 5, 2024
2 parents 93dd13f + e5b4241 commit 31b1d9c
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 v4.1.4 (2024-01-05)

## Solidus Core
* [4.1] Use ActiveRecord's `.find_each` instead of `.each` whenever possible by @tvdeyen in https://github.com/solidusio/solidus/pull/5484

## Solidus Backend
* [4.1] Use ActiveRecord's `.find_each` instead of `.each` whenever possible by @tvdeyen in https://github.com/solidusio/solidus/pull/5484

## Solidus API
* [4.1] Use ActiveRecord's `.find_each` instead of `.each` whenever possible by @tvdeyen in https://github.com/solidusio/solidus/pull/5484

## Solidus Sample
* [4.1] Use ActiveRecord's `.find_each` instead of `.each` whenever possible by @tvdeyen in https://github.com/solidusio/solidus/pull/5484

## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.1.3...v4.1.4


## Solidus v4.1.3 (2023-11-02)

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

def self.solidus_version
VERSION
Expand Down

0 comments on commit 31b1d9c

Please sign in to comment.