diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ded3c3b..52f086e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [1.3.11](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.11) - 2023-11-02 +- [#383](https://github.com/Automattic/vip-go-ci/pull/383): Temporarily roll back git requirement + ## [1.3.10](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.10) - 2023-11-02 ### Updated diff --git a/defines.php b/defines.php index bcfa3c5b..f8b59029 100644 --- a/defines.php +++ b/defines.php @@ -10,13 +10,13 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.10' ); +define( 'VIPGOCI_VERSION', '1.3.11' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /* * Define minimum version requirements. */ -define( 'VIPGOCI_GIT_VERSION_MINIMUM', '2.30' ); +define( 'VIPGOCI_GIT_VERSION_MINIMUM', '2.10' ); define( 'VIPGOCI_PHP_VERSION_MINIMUM', '8.0.0' ); /*