diff --git a/CHANGELOG.md b/CHANGELOG.md index 298371883..011559bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) +## 3.5.1 - 2024-06-13 +- Fix a bug where the --filter option was not working correctly for several commands [#2607] + ## 3.5.0 - Retry option added for Drush and WP-CLI commands (#2588) - Provides a trace ID when running remote commands (Drush, WP-CLI) (#2589) diff --git a/config/constants.yml b/config/constants.yml index e88441df4..1534586ce 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.5.0' +TERMINUS_VERSION: '3.5.1' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'