From 4934ab437dc3b17c580f386c60e05a892870270c Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Wed, 10 Jan 2024 20:26:41 -0600 Subject: [PATCH] Update version and changelog. --- CHANGELOG.md | 16 +++++++++++++++- config/constants.yml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479827c12..6df9b0a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## 3.3.0 - 2023-11-28 +## 3.3.2 - 2024-01-11 + +### Fixed + +- Fix fatal error on payment methods (#2522) + +### Changed + +- Avoid hitting APIs so hard (#2523) + +## 3.3.1 - 2023-11-30 + +- No changes, just retagged because of improper version numbering. + +## 3.3.0 - 2023-11-29 - PHP 8.3 compatibility (#2555) - Misc 8.2 deprecations diff --git a/config/constants.yml b/config/constants.yml index e445e872d..71415f321 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.3.2-dev' +TERMINUS_VERSION: '3.3.2' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'