diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e76247353..b7f0b14380a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## Solidus v4.0.3 (2023-11-01) + +## Solidus Core +* [v4.0] Do not require active_storage/engine by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5454 + +## Solidus Backend + + +## Solidus API + + +## Solidus Sample + + +## Solidus + + +**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.0.2...v4.0.3 + + ## Solidus v4.0.2 (2023-08-14) ## Solidus Core diff --git a/core/lib/spree/core/version.rb b/core/lib/spree/core/version.rb index bb84f0cd29b..ae6ef3a46de 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.3.dev" + VERSION = "4.0.3" def self.solidus_version VERSION