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'