Skip to content

Commit

Permalink
Prepare for release 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Mar 21, 2019
1 parent 7828afb commit 6b0c076
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 2.25.0 (2019-03-21)
- Update Mockito to 2.25.0
- Fix crash in InspectClass - [#134](https://github.com/linkedin/dexmaker/issues/134)
- Implement new InlineMockMaker interface in Mockito 2.25.0 - [#137](https://github.com/linkedin/dexmaker/issues/137)

## Version 2.21.0 (2019-01-21)
- Correctly handle shared classloaders
- Update to Mockito 2.21.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ org.gradle.configureondemand=false
# org.gradle.parallel=true

GROUP_ID=com.linkedin.dexmaker
VERSION_NAME=2.25.0-SNAPSHOT
VERSION_NAME=2.25.0

0 comments on commit 6b0c076

Please sign in to comment.