From 20b05ad56aa171a5217f3f43f39df7046e0865f1 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Wed, 27 Sep 2023 16:25:48 -0600 Subject: [PATCH] Added changelog and updated terminus version. --- CHANGELOG.md | 17 ++++++++++++++++- config/constants.yml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544a8a228..316fd92c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## 3.2.2-dev +## 3.2.2 - 2023-09-28 + +### Fixed + +- Return empty string on zero dates (#2494) +- Catch down network exception and non-object responses in fetch (#2492) + +### Added + +- New org:info command (#2472) +- Commands trace metadata (#2461) + +### Changed + +- Add retry and delay options for env:wake command (#2498) +- More specific description in env:code-rebuild (#2488) ## 3.2.1 - 2023-06-01 diff --git a/config/constants.yml b/config/constants.yml index e6fb2a3f6..ccc53e3fd 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.2.2-dev' +TERMINUS_VERSION: '3.2.2' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'