diff --git a/CHANGELOG.md b/CHANGELOG.md index 398a3996..c226b744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Version 2.19.0 (2018-07-06) +- Removed last usages of internal Mockito APIs - #46 +- Added experimental support for mocking static methods on Android P+ via the `dexmaker-mockito-inline-extended` artifact - #97 +- Updated `dexmaker-mockito-inline` to compile against finalized Android P APIs +- Updated `dexmaker-mockito-inline` to allow mocks to call blacklisted APIs on Android P - #106 +- Updated underlying Mockito version to 2.19.0 + ## Version 2.16.0 (2018-03-26) - New dexmaker-mockito-inline artifact which implements the Mockito inline API and allows mocking final classes & methods on Android P+ - **NOTE:** Using this artifact requires compiling and running with at least Android P Developer Preview 1 diff --git a/gradle.properties b/gradle.properties index 4c159aac..50a10a4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,4 +24,4 @@ org.gradle.configureondemand=false # org.gradle.parallel=true GROUP_ID=com.linkedin.dexmaker -VERSION_NAME=2.19.0-SNAPSHOT +VERSION_NAME=2.19.0