diff --git a/CHANGELOG.md b/CHANGELOG.md index a28d4be634..40cfa9439d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## Version 2.0 Alpha 2 (2019-05-21) + +TODO Describe changes + ## Version 2.0 Alpha 1 (2019-04-23) **Thanks for testing the alpha**, we're counting on you to help us find bugs and suggest improvements! Check out the new [Getting Started](https://github.com/square/leakcanary#getting-started) instructions and the [migration guide](https://github.com/square/leakcanary/wiki/Migrating-to-LeakCanary-2.0). This change log is also available as a [Twitter thread](https://twitter.com/Piwai/status/1120681920835276800). diff --git a/README.md b/README.md index e476ccefe7..2b8d26d972 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add LeakCanary to `build.gradle`: ```gradle dependencies { - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-1' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-2' } ``` @@ -30,7 +30,7 @@ What's next? Note: **LeakCanary 2 is in alpha**. * Check out the [migration guide](https://github.com/square/leakcanary/wiki/Migrating-to-LeakCanary-2.0). -* Here is the [change log](https://github.com/square/leakcanary/blob/master/CHANGELOG.md#version-20-alpha-1-2019-04-23). +* Here is the [change log](https://github.com/square/leakcanary/blob/master/CHANGELOG.md#version-20-alpha-2-2019-05-21). * To set up LeakCanary 1.6, go to the [1.6 Readme](https://github.com/square/leakcanary/blob/master/README-1.6.md). ## Fundamentals @@ -112,7 +112,7 @@ In your `build.gradle`: ```gradle dependencies { - implementation 'com.squareup.leakcanary:leaksentry:2.0-alpha-1' + implementation 'com.squareup.leakcanary:leaksentry:2.0-alpha-2' } ``` diff --git a/gradle.properties b/gradle.properties index 8f8156dc45..80ffe5ab03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.leakcanary -VERSION_NAME=2.0-alpha-2-SNAPSHOT +VERSION_NAME=2.0-alpha-2 POM_DESCRIPTION=Leak Canary