diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4a3d5..4db56f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## Version 3.0.6 (2024-05-08) +- adding a custom dialog [#74](https://github.com/linkedin/shaky-android/pull/74) + ## Version 3.0.5 (2024-03-25) - Fix shaky crash due to : Software rendering doesn't support hardware bitmaps [#73](https://github.com/linkedin/shaky-android/pull/73) - Update several build dependencies diff --git a/README.md b/README.md index 3b07c05..383f97d 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Download the latest .aar via Maven: com.linkedin.shaky shaky - 3.0.5 + 3.0.6 ``` or Gradle: ``` - implementation 'com.linkedin.shaky:shaky:3.0.5' + implementation 'com.linkedin.shaky:shaky:3.0.6' ``` ## Getting Started diff --git a/gradle.properties b/gradle.properties index 64e1c21..581f83b 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.6-SNAPSHOT +VERSION_NAME=3.0.6