From 37f0a9265383c400e5e2e8902a589dc7eef1025c Mon Sep 17 00:00:00 2001 From: Tom Stovall <119924+stovak@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:35:24 -0700 Subject: [PATCH] Update to v3.6.0 (#2628) * Update to v3.6.0 * Track command success rates and execution time * changelog update --- CHANGELOG.md | 7 +++++++ config/constants.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb56cc68..6e8cf3139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 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.0 - 2024-09-18 + +### Added + +- New command "site:label:set" to set a site's label (#2626) +- Track command success rates and execution time (#2623) + ## 3.5.2 - 2024-08-19 ### Fixed diff --git a/config/constants.yml b/config/constants.yml index 002a49a96..c5945aa2a 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.5.2' +TERMINUS_VERSION: '3.6.0' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'