diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3f233d6a9..d990f633c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/lib/spree/core/version.rb b/core/lib/spree/core/version.rb index bfd7f9c3a26..8e1a5ddbf09 100644 --- a/core/lib/spree/core/version.rb +++ b/core/lib/spree/core/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Spree - VERSION = "4.1.4.dev" + VERSION = "4.1.4" def self.solidus_version VERSION