From 9a252aa36f446e393fc0415d61a41df5b8d56059 Mon Sep 17 00:00:00 2001 From: Tom Stovall <119924+stovak@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:34:14 -0700 Subject: [PATCH] 3.5.1 release stuff (#2608) --- CHANGELOG.md | 3 +++ config/constants.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'