Skip to content

Commit 4a7f646

Browse files
[DEVX-5757] Release Terminus 4.1.0 (#2737)
* Update version to 4.1.0 for release * Fix changelog format to match existing convention (remove square brackets) * Add complete changelog entries for 4.1.0 release Include all changes since 4.0.3: - Add PHP runtime generation and version to env:list (#2729, #2732) - Fix workflow:wait timeout to use warnings instead of errors (#2724) - Preserve consolidation filter hook when running composer update (#2728) * Remove internal build script change from changelog PR #2728 (consolidation filter hook) is an internal build script change not relevant to customers, so removing from changelog per documentation.
1 parent 5d0ea74 commit 4a7f646

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 4.0.4-dev
4+
## 4.1.0 - 2025-09-29
55

66
### Added
77

88
- Add "PHP Runtime Generation" (php_runtime_generation) and "PHP Version" (php_version) to the `env:list` command (#2729, #2732)
99

10+
### Fixed
11+
12+
- Fix workflow:wait timeout to use warnings instead of errors (#2724)
13+
1014
## 4.0.3 - 2025-09-11
1115

1216
### Added

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
# App
10-
TERMINUS_VERSION: '4.0.4-dev'
10+
TERMINUS_VERSION: '4.1.0'
1111

1212
# Connectivity
1313
TERMINUS_HOST: 'terminus.pantheon.io'

0 commit comments

Comments
 (0)