Skip to content

Commit

Permalink
3.0.7 release (previous 3.0.6) + release notes updated by CI build 4184
Browse files Browse the repository at this point in the history
[ci skip-release]
  • Loading branch information
shipkit-org committed Sep 4, 2019
1 parent 349df70 commit 8215d0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/release-notes/official.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 3.0.7
- 2019-09-04 - [2 commits](https://github.com/mockito/mockito/compare/v3.0.6...v3.0.7) by [Erhard Pointl](https://github.com/epeee) (1), [Guillermo Pascual](https://github.com/pasku) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.0.7-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.0.7)
- Fixes #1769: Clarify default strict stubbing behaviour in 3.0.0 [(#1773)](https://github.com/mockito/mockito/pull/1773)
- Are strict stubs really the default in v3? [(#1769)](https://github.com/mockito/mockito/issues/1769)
- Update assertj (v3.13.2) [(#1765)](https://github.com/mockito/mockito/pull/1765)

#### 3.0.6
- 2019-08-19 - [1 commit](https://github.com/mockito/mockito/compare/v3.0.5...v3.0.6) by [Sergey](https://github.com/serssp) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.0.6-green.svg)](https://bintray.com/mockito/maven/mockito-development/3.0.6)
- Fixes #1758: Method GenericTypeExtractor#findGenericInterface always … [(#1762)](https://github.com/mockito/mockito/pull/1762)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Currently building Mockito version
version=3.0.7
version=3.0.8

#Previous version used to generate release notes delta
previousVersion=3.0.6
previousVersion=3.0.7

0 comments on commit 8215d0d

Please sign in to comment.