diff --git a/CHANGELOG.md b/CHANGELOG.md index 3decd023c..a65807c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## 3.3.5-dev +## 3.3.5 - 2024-02-28 + +- Remove the concept of change_management in site:team:role commands [#2550](https://github.com/pantheon-systems/terminus/pull/2550) +- Add art:list command [#2554](https://github.com/pantheon-systems/terminus/pull/2554) +- Run Terminus tests against PantheonAPI [#2547](https://github.com/pantheon-systems/terminus/pull/2547) ## 3.3.4 - 2024-02-27 diff --git a/bin/terminus b/bin/terminus index 58d639815..fa85ca233 100755 --- a/bin/terminus +++ b/bin/terminus @@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI // This variable is automatically managed via updateDependenciesversion() in /RoboFile.php, // which is run after every call to composer update. -$terminusPluginsDependenciesVersion = '501af5a90a'; +$terminusPluginsDependenciesVersion = '411b1e4983'; // Cannot use $_SERVER superglobal since that's empty during phpunit testing // getenv('HOME') isn't set on Windows and generates a Notice. diff --git a/composer.lock b/composer.lock index 0b7652005..1c638a02f 100644 --- a/composer.lock +++ b/composer.lock @@ -6473,5 +6473,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.2.0" } diff --git a/config/constants.yml b/config/constants.yml index ffbe827a8..275058c6d 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.3.5-dev' +TERMINUS_VERSION: '3.3.5' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'