From 4c03349b882037e1be9b99b8acd0169fa7f004b1 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Tue, 3 Dec 2024 15:28:59 -0600 Subject: [PATCH 1/2] Update to 3.6.1. --- CHANGELOG.md | 12 ++++++++++++ config/constants.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8cf3139..fb0023014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) +## 3.6.1 - 2024-12-04 + +### Added + +- New "branch" option to "local:clone" command (#2648) + +### Fixed + +- Bug while handling exception due to environment unable to wake (#2637) +- Added correct documentation link to env:clone-content command (#2632) + + ## 3.6.0 - 2024-09-18 ### Added diff --git a/config/constants.yml b/config/constants.yml index 3573fdbc8..ab87d9127 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.6.1-dev' +TERMINUS_VERSION: '3.6.1' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io' From 0464ea78555f40aca6e308048358db55b5c0c91f Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Tue, 3 Dec 2024 14:32:24 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0023014..65a01b30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. This projec - Bug while handling exception due to environment unable to wake (#2637) - Added correct documentation link to env:clone-content command (#2632) - +- Fixed undefined notice for $command_summary during WP-CLI/Drush execution (#2614) ## 3.6.0 - 2024-09-18