Skip to content

Commit 5560520

Browse files
authored
Merge pull request #6390 from solidusio/github-actions/19732588465-1-1764238108
Prepare release for Solidus v4.6.2
2 parents f891649 + 2300f9e commit 5560520

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## Solidus v4.6.2 (2025-11-27)
2+
3+
<!-- Please, don't edit manually. The content is automatically generated. -->
4+
5+
## Solidus
6+
7+
* [v4.6] Add changelog and source code URI to gemspec by @solidus-bot[bot] in https://github.com/solidusio/solidus/pull/6389
8+
9+
## Solidus Core
10+
11+
* [v4.6] Fix misnamed shipping_categories table in 4.6.0 migration comment by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6342
12+
* [v4.6] Fix Rubocop offenses for November 2025 by @solidus-bot[bot] in https://github.com/solidusio/solidus/pull/6387
13+
* [v4.6] feat: Allow to overwrite track_state_change? by @solidus-bot[bot] in https://github.com/solidusio/solidus/pull/6386
14+
* [v4.6] feat: Make state change tracker a configurable class by @solidus-bot[bot] in https://github.com/solidusio/solidus/pull/6388
15+
16+
## Solidus Admin
17+
18+
* [v4.6] Fix Rubocop offenses for November 2025 by @solidus-bot[bot] in https://github.com/solidusio/solidus/pull/6387
19+
20+
## Solidus Promotions
21+
22+
* [v4.6] Promotions: First Order condition must not fail on canceled orders by @github-actions[bot] in https://github.com/solidusio/solidus/pull/6344
23+
24+
**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.6.1...v4.6.2
25+
26+
127
## Solidus v4.6.1 (2025-10-21)
228

329
<!-- 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.2.dev"
4+
VERSION = "4.6.2"
55

66
def self.solidus_version = VERSION
77

0 commit comments

Comments
 (0)