We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ced720 commit 9a252aaCopy full SHA for 9a252aa
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
3
4
+## 3.5.1 - 2024-06-13
5
+- Fix a bug where the --filter option was not working correctly for several commands [#2607]
6
+
7
## 3.5.0
8
- Retry option added for Drush and WP-CLI commands (#2588)
9
- Provides a trace ID when running remote commands (Drush, WP-CLI) (#2589)
config/constants.yml
@@ -7,7 +7,7 @@
---
# App
10
-TERMINUS_VERSION: '3.5.0'
+TERMINUS_VERSION: '3.5.1'
11
12
# Connectivity
13
TERMINUS_HOST: 'terminus.pantheon.io'
0 commit comments