diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c221101..7ff8fbb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. -## [1.3.0](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.0) - 2022-09-?? +## [1.3.1](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.1) - 2022-10-05 + +## Fixed +- [#299](https://github.com/Automattic/vip-go-ci/pull/299): Fix: Do not report latest plugin/theme as obsolete +- [#302](https://github.com/Automattic/vip-go-ci/pull/302): Fix WPScan test + +## Updated +- [#301](https://github.com/Automattic/vip-go-ci/pull/301): Update statistics logic + +## [1.3.0](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.0) - 2022-09-28 ## Added - [#273](https://github.com/Automattic/vip-go-ci/pull/273): Add support for WPScan API scanning diff --git a/defines.php b/defines.php index 7f06e3065..f48a5fbd2 100644 --- a/defines.php +++ b/defines.php @@ -10,7 +10,7 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.0' ); +define( 'VIPGOCI_VERSION', '1.3.1' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /*