From 6786f0c2c6edff51916c786e78521eb4476bb120 Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Thu, 18 Nov 2021 10:13:20 -0800 Subject: [PATCH] Prepare for release 4.0.3-KT15 (#344) --- CHANGELOG.md | 5 +++++ build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afe78876..f5b29f951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Change Log The change log for Store version 1.x can be found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md). +Version 4.0.3-KT15 *(2021-11-18) +---------------------------- +** Update to Kotlin 1.5.31 and Coroutines 1.5.2 +** Bug fixes and documentation updates + Version 4.0.2-KT15 *(2021-05-06) ---------------------------- **Kotlin 1.5 introduced breaking changes in the experimental Duration apis we used** diff --git a/build.gradle b/build.gradle index 0bdb32f18..aac0ade06 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ ext { GROUP = "com.dropbox.mobile.store" //e2c5cbfb31bbaa9793f430a25c750195c414ac44 was the last commit compatible with kotlin 1.4 //if a release with lower compatiblity than kotlin 1.5 is needed, branch off the above commit and cherry pick any newer changes - VERSION_NAME = "4.0.3-KT15-SNAPSHOT" + VERSION_NAME = "4.0.3-KT15" POM_PACKAGING = "pom" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"