diff --git a/CHANGELOG.md b/CHANGELOG.md index f231fb4..66a90dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.12.5 *(2023-03-30)* + +* [#333](https://github.com/dlew/joda-time-android/pull/333) Updated to tzdata 2023cgtz + # 2.12.4 *(2023-03-24)* * [#330](https://github.com/dlew/joda-time-android/pull/330) Updated to tzdata 2023bgtz diff --git a/README.md b/README.md index bccb22a..efa3e59 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following dependency to `build.gradle`: ```groovy dependencies { - implementation 'net.danlew:android.joda:2.12.4' + implementation 'net.danlew:android.joda:2.12.5' } ``` diff --git a/gradle.properties b/gradle.properties index 6539d1e..8ae77c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.12.4-SNAPSHOT -VERSION_CODE=60 +VERSION_NAME=2.12.5-SNAPSHOT +VERSION_CODE=61 GROUP=net.danlew SONATYPE_HOST=DEFAULT