From 65e96c3c8603dc39dd7418e2da8f91efb876aa64 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Thu, 5 Dec 2024 08:45:25 -0600 Subject: [PATCH] [BUGS-8984] Update to 3.6.1. (#2651) * Update to 3.6.1. * Update CHANGELOG.md --------- Co-authored-by: Phil Tyler --- CHANGELOG.md | 12 ++++++++++++ config/constants.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8cf3139..65a01b30b 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) +- Fixed undefined notice for $command_summary during WP-CLI/Drush execution (#2614) + ## 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'