From ff553a6302401eda6f8f3e729d608618d7cb76f5 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Tue, 13 Oct 2020 19:32:50 -0500 Subject: [PATCH] Prepare release v2.10.6.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6d6d38..39ea0cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.10.6.2 *(2020-10-13)* + +* [#259](https://github.com/dlew/joda-time-android/pull/259) Updated to tzdata 2020b + # 2.10.6.1 *(2020-08-14)* * [#255](https://github.com/dlew/joda-time-android/pull/255) Fix NotSerializableException thrown when using Proguard/R8 diff --git a/README.md b/README.md index 185f3419..0735cd6a 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.10.6.1' + implementation 'net.danlew:android.joda:2.10.6.2' } ``` diff --git a/gradle.properties b/gradle.properties index 36ff9654..31fa7889 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.10.6.1-SNAPSHOT -VERSION_CODE=41 +VERSION_NAME=2.10.6.2-SNAPSHOT +VERSION_CODE=42 GROUP=net.danlew POM_DESCRIPTION=Joda-Time library with Android specialization