Skip to content

Commit 09ff35d

Browse files
Release 4.0.3
1 parent bc47489 commit 09ff35d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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.3-dev
4+
## 4.0.3 - 2025-09-11
5+
6+
### Added
7+
8+
- Make site label available in `site:list` and `org:site:list` commands (#2708)
9+
- Add a debug log message to `workflow:wait` printing the workflow start time (#2703)
10+
11+
### Fixed
12+
- Fix regression for drush/wp-cli commands on eVCS sites (#2719)
13+
- Un-deprecated `--tags` parameter on `org:site:list` command (#2709)
14+
- Remove unnecessary api call from `tag:add` and `tag:list` causing unnecessary load and timeouts (#2718)
15+
516

617
## 4.0.2 - 2025-09-05
718

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.3-dev'
10+
TERMINUS_VERSION: '4.0.3'
1111

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

0 commit comments

Comments
 (0)