From c0e48cdc9b0e90b791dc54d0cd88e38dac26f155 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Fri, 21 Aug 2020 09:07:01 +0000 Subject: [PATCH] 3.5.4 release (previous 3.5.3) + release notes updated by CI build 4728 [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 678418e45e..f755623d17 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.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) + #### 3.5.3 - 2020-08-20 - [3 commits](https://github.com/mockito/mockito/compare/v3.5.2...v3.5.3) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.3-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.3) - [ci maven-central-release] Constructor dispatch [(#2013)](https://github.com/mockito/mockito/pull/2013) diff --git a/version.properties b/version.properties index 10bee63027..03abf9751d 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # Currently building Mockito version -version=3.5.4 +version=3.5.5 # Previous version used to generate release notes delta -previousVersion=3.5.3 +previousVersion=3.5.4