Skip to content

Commit

Permalink
3.4.4 release (previous 3.4.3) + release notes updated by CI build 4637
Browse files Browse the repository at this point in the history
[ci skip-release]
  • Loading branch information
shipkit-org committed Jul 18, 2020
1 parent 6b09281 commit 4019d86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/release-notes/official.md
@@ -1,5 +1,10 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 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)
- javax.tools.ToolProvider could not be found in InlineByteBuddyMockMaker [(#1855)](https://github.com/mockito/mockito/issues/1855)

#### 3.4.3
- 2020-07-17 - [1 commit](https://github.com/mockito/mockito/compare/v3.4.2...v3.4.3) by [Robert Chmielowiec](https://github.com/chmielowiec) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.4.3-green.svg)](https://bintray.com/mockito/maven/mockito/3.4.3)
- Fix Javadoc invalid syntax [(#1978)](https://github.com/mockito/mockito/pull/1978)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
@@ -1,5 +1,5 @@
#Currently building Mockito version
version=3.4.4
version=3.4.5

#Previous version used to generate release notes delta
previousVersion=3.4.3
previousVersion=3.4.4

0 comments on commit 4019d86

Please sign in to comment.