diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index 40c30bcb14..1cc86fba04 100644 --- a/doc/release-notes/official.md +++ b/doc/release-notes/official.md @@ -1,5 +1,15 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 3.2.2 + - 2019-12-12 - [5 commits](https://github.com/mockito/mockito/compare/v3.2.0...v3.2.2) by 4 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-3.2.2-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.2.2) + - Commits: [Tim van der Lippe](https://github.com/TimvdLippe) (2), [Dr. Thomas Tautenhahn](https://github.com/DrTTom) (1), [Pavel Roskin](https://github.com/proski) (1), [Ville Saukkonen](https://github.com/villesau) (1) + - Upgrade byte buddy to 1.10.5 [(#1842)](https://github.com/mockito/mockito/pull/1842) + - Update byte-buddy to 1.10.5 [(#1841)](https://github.com/mockito/mockito/issues/1841) + - Fixes #1839 : Badge improvements in README.md [(#1840)](https://github.com/mockito/mockito/pull/1840) + - Bintray badge is out of date [(#1839)](https://github.com/mockito/mockito/issues/1839) + - Add matchers for incompatible type matchers [(#1832)](https://github.com/mockito/mockito/pull/1832) + - Typos and upcoming warnings [(#1795)](https://github.com/mockito/mockito/pull/1795) + #### 3.2.0 - 2019-11-29 - [1 commit](https://github.com/mockito/mockito/compare/v3.1.13...v3.2.0) by [Tim van der Lippe](https://github.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.2.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.2.0) - No pull requests referenced in commit messages. diff --git a/version.properties b/version.properties index 759ae5e9cb..461b2f5ae0 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ #Currently building Mockito version -version=3.2.2 +version=3.2.3 #Previous version used to generate release notes delta -previousVersion=3.2.0 +previousVersion=3.2.2