Skip to content

Commit

Permalink
2.23.4 release (previous 2.23.3) + release notes updated by CI build …
Browse files Browse the repository at this point in the history
…3640

[ci skip-release]
  • Loading branch information
shipkit-org committed Nov 20, 2018
1 parent af2036b commit 30d3127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/release-notes/official.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 2.23.4
- 2018-11-20 - [3 commits](https://github.com/mockito/mockito/compare/v2.23.3...v2.23.4) by [Szczepan Faber](https://github.com/mockitoguy) (2), [Walter Johnson](https://github.com/li-wjohnson) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.23.4-green.svg)](https://bintray.com/mockito/maven/mockito/2.23.4)
- Allow delegating to non-public methods for AdditionalAnswers#delegatesTo [(#1536)](https://github.com/mockito/mockito/pull/1536)

#### 2.23.3
- 2018-11-19 - [3 commits](https://github.com/mockito/mockito/compare/v2.23.2...v2.23.3) by [Szczepan Faber](https://github.com/mockitoguy) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.23.3-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.23.3)
- Added 'lenient' annotation toggle [(#1523)](https://github.com/mockito/mockito/pull/1523)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Currently building Mockito version
version=2.23.4
version=2.23.5

#Previous version used to generate release notes delta
previousVersion=2.23.3
previousVersion=2.23.4

#Not published currently, see https://github.com/mockito/mockito/issues/962
mockito.testng.version=1.0

0 comments on commit 30d3127

Please sign in to comment.