From cee730068f8e578deb387a41a2ef1f90f17dbb72 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ramirez Date: Fri, 26 Apr 2024 11:17:19 +0200 Subject: [PATCH] PB-33084 New release with fixed release pipes --- CHANGELOG.md | 4 ++++ config/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ef2c630f..b9474245a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.0-test.2] - 2024-04-26 +### Fixed +- PB-33084 New release with fixed release pipes + ## [4.7.0-test.1] - 2024-04-24 ### Added - PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507) diff --git a/config/version.php b/config/version.php index dd56bbc45d..5f5e573b6a 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ [ - 'version' => '4.7.0-test.1', + 'version' => '4.7.0-test.2', 'name' => 'TBD', ], 'php' => [