From 6fd063423c4ae860b60a7d46fbc8aa0a5c04a5c2 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Sun, 4 Feb 2024 20:40:22 -0600 Subject: [PATCH] Prepare release v2.12.7 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377940b..ca831c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 2.12.7 *(2024-02-04)* + +* [#344](https://github.com/dlew/joda-time-android/pull/344) Updated to tzdata 2024agtz +* [#343](https://github.com/dlew/joda-time-android/pull/343) Updated to joda-time 2.12.7 + # 2.12.6 *(2023-12-23)* * [#339](https://github.com/dlew/joda-time-android/pull/339) Updated to tzdata 2023dgtz diff --git a/README.md b/README.md index 798bef0..8c0b234 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.6' + implementation 'net.danlew:android.joda:2.12.7' } ``` diff --git a/gradle.properties b/gradle.properties index 4afff9e..1b4c126 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.12.6-SNAPSHOT -VERSION_CODE=62 +VERSION_NAME=2.12.7-SNAPSHOT +VERSION_CODE=63 GROUP=net.danlew SONATYPE_HOST=DEFAULT