diff --git a/docs/release-notes.md b/docs/release-notes.md index 8ec74b6..b6e312c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,14 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 0.1.2 + - 2020-11-20 - [11 commits](https://github.com/mockito/mockito-testng/compare/v0.1.1...v0.1.2) by [Szczepan Faber](https://github.com/mockitoguy) (7), [Slawomir Jaranowski](https://github.com/slawekjaranowski) (3), [Matthew Ouyang](https://github.com/mouyang) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.1.2-green.svg)](https://bintray.com/mockito/maven/mockito-testng/0.1.2) + - Update project dependencies [(#16)](https://github.com/mockito/mockito-testng/pull/16) + - Add LICENSE file [(#13)](https://github.com/mockito/mockito-testng/pull/13) + - Update / add information in README.md [(#12)](https://github.com/mockito/mockito-testng/pull/12) + - change from oraclejdk8 to openjdk8 [(#9)](https://github.com/mockito/mockito-testng/pull/9) + - Added information about release process [(#5)](https://github.com/mockito/mockito-testng/pull/5) + - Whitespace change for PR [(#4)](https://github.com/mockito/mockito-testng/pull/4) + #### 0.1.1 - 2018-10-08 - [2 commits](https://github.com/mockito/mockito-testng/compare/v0.1.0...v0.1.1) by [Szczepan Faber](https://github.com/mockitoguy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.1.1-green.svg)](https://bintray.com/mockito/maven/mockito-testng/0.1.1) - No pull requests referenced in commit messages. diff --git a/version.properties b/version.properties index 4a2a3c8..d31088b 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -version=0.1.2 -previousVersion=0.1.1 +version=0.1.3 +previousVersion=0.1.2