diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index 0895152c85..cf67541505 100644 --- a/doc/release-notes/official.md +++ b/doc/release-notes/official.md @@ -1,5 +1,11 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 3.5.14 + - 2020-10-17 - [2 commits](https://github.com/mockito/mockito/compare/v3.5.13...v3.5.14) by [Marcono1234](https://github.com/Marcono1234) (1), [shestee](https://github.com/shestee) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.14-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.5.14) + - Fixes #2061: ArgumentMatcher error messages use lambda class names [(#2071)](https://github.com/mockito/mockito/pull/2071) + - Fixed typo in osgi.gradle [(#2070)](https://github.com/mockito/mockito/pull/2070) + - Lambda used as ArgumentMatcher causes decamelized lambda name to appear in error message [(#2061)](https://github.com/mockito/mockito/issues/2061) + #### 3.5.13 - 2020-09-24 - [1 commit](https://github.com/mockito/mockito/compare/v3.5.12...v3.5.13) by [Sinan Kozak](https://github.com/kozaxinan) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.13-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.13) - Use single version for strictly in mockito-android [(#2053)](https://github.com/mockito/mockito/pull/2053) diff --git a/version.properties b/version.properties index 1aedc49ec6..c63aaee313 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # Currently building Mockito version -version=3.5.14 +version=3.5.15 # Previous version used to generate release notes delta -previousVersion=3.5.13 +previousVersion=3.5.14