diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index dfc13572fe..63b0113421 100644 --- a/doc/release-notes/official.md +++ b/doc/release-notes/official.md @@ -1,5 +1,10 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 3.5.10 + - 2020-09-03 - [2 commits](https://github.com/mockito/mockito/compare/v3.5.9...v3.5.10) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.10-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.10) + - Escape mock during method dispatch on mock to avoid premature garbage collection. [(#2034)](https://github.com/mockito/mockito/pull/2034) + - Exception "The mock object was garbage collected." [(#1802)](https://github.com/mockito/mockito/issues/1802) + #### 3.5.9 - 2020-09-01 - [1 commit](https://github.com/mockito/mockito/compare/v3.5.8...v3.5.9) by [Sinan Kozak](https://github.com/kozaxinan) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.9-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.9) - Fixes #2007 : Downgrade objenesis version for mockito-android [(#2024)](https://github.com/mockito/mockito/pull/2024) diff --git a/version.properties b/version.properties index b621277ab1..087c94e069 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # Currently building Mockito version -version=3.5.10 +version=3.5.11 # Previous version used to generate release notes delta -previousVersion=3.5.9 +previousVersion=3.5.10