From 065dd127fdd34b6570ae78075c12d4d4026fbbcb Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Sat, 22 Aug 2020 20:11:33 +0000 Subject: [PATCH] 3.5.5 release (previous 3.5.4) + release notes updated by CI build 4734 [ci skip-release] --- doc/release-notes/official.md | 4 ++++ version.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index f755623d17..103190cbf8 100644 --- a/doc/release-notes/official.md +++ b/doc/release-notes/official.md @@ -1,5 +1,9 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 3.5.5 + - 2020-08-22 - [3 commits](https://github.com/mockito/mockito/compare/v3.5.4...v3.5.5) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.5-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.5) + - Constructor dispatch [(#2020)](https://github.com/mockito/mockito/pull/2020) + #### 3.5.4 - 2020-08-21 - [2 commits](https://github.com/mockito/mockito/compare/v3.5.3...v3.5.4) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.4-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.4) - Only enable mocking of types right before instantiation to avoid circular interception of constructor creation. [(#2017)](https://github.com/mockito/mockito/pull/2017) diff --git a/version.properties b/version.properties index 03abf9751d..2c986e8329 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # Currently building Mockito version -version=3.5.5 +version=3.5.6 # Previous version used to generate release notes delta -previousVersion=3.5.4 +previousVersion=3.5.5