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 diff --git a/defines.php b/defines.php index de9b379b..bcfa3c5b 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' ); /*