Skip to content

Commit da95e19

Browse files
authored
Prepare 3.5.2 release. (#2615)
1 parent ba2d5a9 commit da95e19

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 3.5.1-dev
4+
## 3.5.2 - 2024-08-19
5+
6+
### Fixed
7+
8+
- Fix undefined notice from sftp password cleanup (#2609)
9+
- Use right message after site or environment creation (#2611)
10+
11+
### Added
12+
13+
- Add new header x-pantheon-terminus-environment (#2613)
14+
15+
### Changed
16+
17+
- Add retries to env:wake (#2612)
18+
- Add more logging to env:wake command (#2586)
19+
520

621
## 3.5.1 - 2024-06-13
722
- Fix a bug where the --filter option was not working correctly for several commands [#2607]

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
# App
10-
TERMINUS_VERSION: '3.5.1-dev'
10+
TERMINUS_VERSION: '3.5.2'
1111

1212
# Connectivity
1313
TERMINUS_HOST: 'terminus.pantheon.io'

0 commit comments

Comments
 (0)