diff --git a/docs/release-notes.md b/docs/release-notes.md index bfbf1a85..7e09fc8f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,9 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +**0.9.141 (2017-11-07)** - [4 commits](https://github.com/mockito/shipkit/compare/v0.9.140...v0.9.141) by [Erhard Pointl](http://github.com/epeee) (3), [shipkit-org](https://github.com/shipkit-org) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.9.141-green.svg)](https://plugins.gradle.org/plugin/org.shipkit.java0.9.141) + - adjust javadoc (UpgradeDependencyPlugin) [(#563)](https://github.com/mockito/shipkit/pull/563) + - Version of shipkit upgraded to 0.9.140 [(#562)](https://github.com/mockito/shipkit/pull/562) + **0.9.140 (2017-11-07)** - [8 commits](https://github.com/mockito/shipkit/compare/v0.9.139...v0.9.140) by [Erhard Pointl](http://github.com/epeee) (5), [Wojtek Wilk](http://github.com/wwilk) (2), shipkit-org (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.9.140-green.svg)](https://plugins.gradle.org/plugin/org.shipkit.java0.9.140) - fix user used for shipkit version upgrade [(#561)](https://github.com/mockito/shipkit/pull/561) - make TestDownstreamPluginTest more robust [(#560)](https://github.com/mockito/shipkit/pull/560) diff --git a/version.properties b/version.properties index 614b178e..33969333 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=0.9.141 +version=0.9.142 #Last previous release version -previousVersion=0.9.140 +previousVersion=0.9.141