From 938a3f071e2728f084afc7a6940c8b9e4b1a43cc Mon Sep 17 00:00:00 2001 From: Chris Ryan Date: Tue, 19 Jul 2022 08:55:17 +1000 Subject: [PATCH] Prepare for release 1.0.3. --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3eaaa3..ae5baa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +Version 1.0.3 *(2022-07-19)* +---------------------------- + +* Drop versions from kotlin BOM-listed artifacts +* Stop exporting the kotlinBom as an api dependency +* Remove unused dependencies + Version 1.0.2 *(2022-07-13)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index 0dbf3ff..800c2d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.wisp -VERSION_NAME=1.0.3-SNAPSHOT +VERSION_NAME=1.0.3 POM_URL=https://github.com/cashapp/wisp/ POM_SCM_URL=https://github.com/cashapp/wisp/ POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/wisp.git