diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index d16470d77d..58570c9b1e 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/)* +#### 2.24.1 + - 2019-02-04 - [1 commit](https://github.com/mockito/mockito/compare/v2.24.0...v2.24.1) by [zoujinhe](https://github.com/zoujinhe) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.24.1-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.24.1) + - typo? ... 'thenReturn' instruction if completed -> ... 'thenReturn' instruction is completed [(#1608)](https://github.com/mockito/mockito/pull/1608) + #### 2.24.0 - 2019-02-01 - [1 commit](https://github.com/mockito/mockito/compare/v2.23.20...v2.24.0) by [Tim van der Lippe](https://github.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.24.0-green.svg)](https://bintray.com/mockito/maven/mockito/2.24.0) - No pull requests referenced in commit messages. diff --git a/version.properties b/version.properties index 5fb5b26702..54435d6413 100644 --- a/version.properties +++ b/version.properties @@ -1,8 +1,8 @@ #Currently building Mockito version -version=2.24.1 +version=2.24.2 #Previous version used to generate release notes delta -previousVersion=2.24.0 +previousVersion=2.24.1 #Not published currently, see https://github.com/mockito/mockito/issues/962 mockito.testng.version=1.0