From 2e0acda269d9d9c81dbc7fecd686ddb551f04f56 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Thu, 7 Nov 2019 14:05:56 +0000 Subject: [PATCH] 3.1.7 release (previous 3.1.6) + release notes updated by CI build 4277 [ci skip-release] --- doc/release-notes/official.md | 5 +++++ version.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index 9d0f7a2e13..105c496770 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.1.7 + - 2019-11-07 - [1 commit](https://github.com/mockito/mockito/compare/v3.1.6...v3.1.7) by [Kurt Alfred Kluever](https://github.com/kluever) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.1.7-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.1.7) + - Add Duration overloads. Fixes #1815 [(#1818)](https://github.com/mockito/mockito/pull/1818) + - FR: add Mockito.timeout(java.time.Duration) and after(java.time.Duration) [(#1815)](https://github.com/mockito/mockito/issues/1815) + #### 3.1.6 - 2019-11-06 - [1 commit](https://github.com/mockito/mockito/compare/v3.1.5...v3.1.6) by [diguage](https://github.com/diguage) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.1.6-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.1.6) - fix document error [(#1816)](https://github.com/mockito/mockito/pull/1816) diff --git a/version.properties b/version.properties index bac46f253e..ab978540fd 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ #Currently building Mockito version -version=3.1.7 +version=3.1.8 #Previous version used to generate release notes delta -previousVersion=3.1.6 +previousVersion=3.1.7