From 03f54e21c444cc3e61fba8ea1c0d8d3484cec662 Mon Sep 17 00:00:00 2001 From: Kendall Ahrendsen Date: Wed, 17 Feb 2021 10:16:27 -0800 Subject: [PATCH 1/2] Prepare for release 3.0.2. --- CHANGELOG.md | 7 +++++-- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67062aa..4bcf961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log -## Version 3.0.0 (2020-12-22) +## Version 3.0.2 (2020-02-17) +- First Maven Central release [#56](https://github.com/linkedin/shaky-android/pull/56) + +## Version 3.0.1 (2020-12-22) - Fix alert dialog styling by setting "materialAlertDialogTheme" [#51](https://github.com/linkedin/shaky-android/pull/51) ## Version 3.0.0 (2020-12-22) @@ -12,7 +15,7 @@ ## Version 2.0.3 (2020-04-01) -- Fix calling nullable activity directly in broadcast receiver [#37]((https://github.com/linkedin/shaky-android/pull/37) +- Fix calling nullable activity directly in broadcast receiver [#37](https://github.com/linkedin/shaky-android/pull/37) - Adding the option to customize the send icon [#38](https://github.com/linkedin/shaky-android/pull/38) - Added callback during the feedback submission flow [#40](https://github.com/linkedin/shaky-android/pull/40) diff --git a/README.md b/README.md index c84cac1..e971c08 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Download the latest .aar via Maven: com.linkedin.shaky shaky - 3.0.1 + 3.0.2 ``` or Gradle: ``` - implementation 'com.linkedin.shaky:shaky:3.0.1' + implementation 'com.linkedin.shaky:shaky:3.0.2' ``` ## Getting Started diff --git a/gradle.properties b/gradle.properties index 3674d77..ef6738b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true GROUP_ID=com.linkedin.shaky -VERSION_NAME=3.0.2-SNAPSHOT +VERSION_NAME=3.0.2 From cdbd3456159783186c5dc584a0c852e8aafbd97b Mon Sep 17 00:00:00 2001 From: Kendall Ahrendsen Date: Wed, 17 Feb 2021 10:17:27 -0800 Subject: [PATCH 2/2] Prepare next development version. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ef6738b..83d8bc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true GROUP_ID=com.linkedin.shaky -VERSION_NAME=3.0.2 +VERSION_NAME=3.0.3-SNAPSHOT