Skip to content

Commit 6b0c076

Browse files
author
Drew Hannay
committed
Prepare for release 2.25.0
1 parent 7828afb commit 6b0c076

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 2.25.0 (2019-03-21)
4+
- Update Mockito to 2.25.0
5+
- Fix crash in InspectClass - [#134](https://github.com/linkedin/dexmaker/issues/134)
6+
- Implement new InlineMockMaker interface in Mockito 2.25.0 - [#137](https://github.com/linkedin/dexmaker/issues/137)
7+
38
## Version 2.21.0 (2019-01-21)
49
- Correctly handle shared classloaders
510
- Update to Mockito 2.21.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ org.gradle.configureondemand=false
2424
# org.gradle.parallel=true
2525

2626
GROUP_ID=com.linkedin.dexmaker
27-
VERSION_NAME=2.25.0-SNAPSHOT
27+
VERSION_NAME=2.25.0

0 commit comments

Comments
 (0)