We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53ff89 commit 905b21aCopy full SHA for 905b21a
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Change Log
2
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
3
4
-## 3.6.2-dev -
+## 3.6.2 - 2025-03-03
5
+- Pass verbose flag to ssh if terminus is in verbose mode (#2663)
6
+- Bug fix: backup:restore with --file parameter restores backups multiple ties (#2664)
7
8
## 3.6.1 - 2024-12-04
9
config/constants.yml
@@ -7,7 +7,7 @@
---
# App
10
-TERMINUS_VERSION: '3.6.2-dev'
+TERMINUS_VERSION: '3.6.2'
11
12
# Connectivity
13
TERMINUS_HOST: 'terminus.pantheon.io'
0 commit comments