diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index 65b4ab775d..c2fab42a75 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.4.5 + - 2020-07-20 - [2 commits](https://github.com/mockito/mockito/compare/v3.4.4...v3.4.5) by [Erhard Pointl](https://github.com/epeee) (1), [Johnny Lim](https://github.com/izeye) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.5-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.4.5) + - Fix typo [(#1984)](https://github.com/mockito/mockito/pull/1984) + - Update assertj to 3.16.1 [(#1982)](https://github.com/mockito/mockito/pull/1982) + #### 3.4.4 - 2020-07-18 - [2 commits](https://github.com/mockito/mockito/compare/v3.4.3...v3.4.4) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.4-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.4) - Fixes #1855 and #939: improve error message when the inline mock maker cannot be used. [(#1974)](https://github.com/mockito/mockito/pull/1974) diff --git a/version.properties b/version.properties index b9ae327bd5..d791b66192 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ #Currently building Mockito version -version=3.4.5 +version=3.4.6 #Previous version used to generate release notes delta -previousVersion=3.4.4 +previousVersion=3.4.5