Skip to content

Commit

Permalink
Prepare version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 6, 2022
1 parent 072bb3a commit 4afabde
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Change Log
==========

Version 1.4.4 *(2022-11-03)*
----------------------------

* Update ThreeTenBP dependency to 1.6.5 ([change log][threeten165])
* Update time zone data to 2022g(gtz).


Version 1.4.3 *(2022-11-03)*
----------------------------

* Update ThreeTenBP dependency to 1.6.4 ([change log][threeten164])
* Update time zone data to 2022f(etz).
* Update time zone data to 2022f(gtz).


Version 1.4.2 *(2022-10-13)*
Expand Down Expand Up @@ -165,4 +172,5 @@ Initial release.
[threeten162]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.2
[threeten163]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.3
[threeten164]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.4
[threeten165]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.5

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Download
--------

```groovy
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.3'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jakewharton.threetenabp
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.4.4

POM_DESCRIPTION=An adaptation of the JSR-310 backport for Android.

Expand Down

0 comments on commit 4afabde

Please sign in to comment.