Skip to content

Commit 7dd67f4

Browse files
committed
Prepare release for Solidus v4.6.1
This code has been automatically generated by our 'Prepare release' GitHub action. The actual release is not part of the automation, and it still needs to be manually done by a maintainer.
1 parent bb880b7 commit 7dd67f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Solidus v4.6.1 (2025-10-21)
2+
3+
<!-- Please, don't edit manually. The content is automatically generated. -->
4+
5+
## Solidus Core
6+
7+
* [v4.6] Fix shipment adjustments not persisting on order recalculate by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6336
8+
9+
**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.6.0...v4.6.1
10+
11+
112
## Solidus v4.6.0 (2025-09-09)
213

314
<!-- Please, don't edit manually. The content is automatically generated. -->

core/lib/spree/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.6.1.dev"
4+
VERSION = "4.6.1"
55

66
def self.solidus_version = VERSION
77

0 commit comments

Comments
 (0)