diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f0b14380a..aa86d437eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## Solidus v4.0.4 (2023-11-02) + +## Solidus Core +* [v4.0] Add activestorage as dependency by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5481 + +## Solidus Backend + + +## Solidus API + + +## Solidus Sample + + +## Solidus + + +**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.0.3...v4.0.4 + + ## Solidus v4.0.3 (2023-11-01) ## Solidus Core diff --git a/core/lib/spree/core/version.rb b/core/lib/spree/core/version.rb index 94f6887c5df..54029ffe6d6 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.0.4.dev" + VERSION = "4.0.4" def self.solidus_version VERSION