diff --git a/CHANGELOG.md b/CHANGELOG.md index 236224d4..54538e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 2.10.2 *(2018-07-03)* + +* [#227](https://github.com/dlew/joda-time-android/pull/227) Updated to joda-time 2.10.2 +* [#226](https://github.com/dlew/joda-time-android/pull/226) Updated to tzdata 2010b + # 2.10.1.2 *(2019-03-28)* * [#221](https://github.com/dlew/joda-time-android/pull/221) Updated to tzdata 2019a diff --git a/README.md b/README.md index 8593f03c..0e1de7eb 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.1.2' + implementation 'net.danlew:android.joda:2.10.2' } ``` diff --git a/gradle.properties b/gradle.properties index 9c1dfd13..14cb0d1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.10.1.2-SNAPSHOT -VERSION_CODE=37 +VERSION_NAME=2.10.2-SNAPSHOT +VERSION_CODE=38 GROUP=net.danlew POM_DESCRIPTION=Joda-Time library with Android specialization