diff --git a/CHANGELOG.md b/CHANGELOG.md index 894d1042..ad4c2529 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.14](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.14) - 2026-07-06 +- [397](https://github.com/Automattic/vip-go-ci/pull/397): Reject symlinked .vipgoci_* config files + ## [1.3.13](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.13) - 2024-05-23 - [389](https://github.com/Automattic/vip-go-ci/pull/389): Upgrade to PHPCS 3.10.1 diff --git a/defines.php b/defines.php index 143d5f21..bafc5853 100644 --- a/defines.php +++ b/defines.php @@ -10,7 +10,7 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.13' ); +define( 'VIPGOCI_VERSION', '1.3.14' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /*