From b161823112c77e5210841ede4189e12993706991 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Thu, 2 Nov 2023 15:42:18 +0000 Subject: [PATCH 1/2] Update defines.php --- defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines.php b/defines.php index 71c54552..d34ae29f 100644 --- a/defines.php +++ b/defines.php @@ -10,7 +10,7 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.9' ); +define( 'VIPGOCI_VERSION', '1.3.10' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /* From 1ef54e57eb92c60bf1948282a9853205dc068738 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Thu, 2 Nov 2023 15:46:12 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de054f0..2ded3c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.3.10](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.10) - 2023-11-02 + +### Updated +- [#380](https://github.com/Automattic/vip-go-ci/pull/380): Update --output functionality +- [#381](https://github.com/Automattic/vip-go-ci/pull/381): Update minimum requirements and TODO template + ## [1.3.9](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.9) - 2023-09-27 ### Updated