From da95e191be1872328eb40302b69eaca2ab744328 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Fri, 16 Aug 2024 08:30:23 -0600 Subject: [PATCH] Prepare 3.5.2 release. (#2615) --- CHANGELOG.md | 17 ++++++++++++++++- config/constants.yml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d411ad4..adb56cc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # 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-dev +## 3.5.2 - 2024-08-19 + +### Fixed + +- Fix undefined notice from sftp password cleanup (#2609) +- Use right message after site or environment creation (#2611) + +### Added + +- Add new header x-pantheon-terminus-environment (#2613) + +### Changed + +- Add retries to env:wake (#2612) +- Add more logging to env:wake command (#2586) + ## 3.5.1 - 2024-06-13 - Fix a bug where the --filter option was not working correctly for several commands [#2607] diff --git a/config/constants.yml b/config/constants.yml index ed390f847..002a49a96 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.5.1-dev' +TERMINUS_VERSION: '3.5.2' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'