From 71f8eb3faccbb4fd481cf2ce8434fc351b171686 Mon Sep 17 00:00:00 2001 From: Zhixuan Lai Date: Fri, 28 May 2021 17:40:37 -0700 Subject: [PATCH] Prepare for release 1.5.0. --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- gradle.properties | 2 +- mkdocs.yml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf55d2551..8e4480bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [1.5.0] - 2021-05-28 + +* New: Add async and suspending APIs for SDK 2.x (#48) +* New: In SDK 1.x, save now returns a copy of locally updated attributes (#55). + ## [1.4.1] - 2021-04-22 * Fixed: Improve error message (#44) diff --git a/README.md b/README.md index ee8d33c0e..2056e9d27 100644 --- a/README.md +++ b/README.md @@ -486,13 +486,13 @@ You build business logic with logical types. Tempest handles mapping them to the For AWS SDK 1.x: ```groovy -implementation "app.cash.tempest:tempest:1.4.1" +implementation "app.cash.tempest:tempest:1.5.0" ``` For AWS SDK 2.x: ```groovy -implementation "app.cash.tempest:tempest2:1.4.1" +implementation "app.cash.tempest:tempest2:1.5.0" ``` ## License diff --git a/gradle.properties b/gradle.properties index ec8852b90..c8c7864a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official GROUP=app.cash.tempest -VERSION_NAME=1.4.1-SNAPSHOT +VERSION_NAME=1.5.0 POM_URL=https://github.com/square/tempest/ POM_SCM_URL=https://github.com/square/tempest/ diff --git a/mkdocs.yml b/mkdocs.yml index 3571958d0..83088fe0d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,7 +50,7 @@ plugins: extra: versions: - tempest: '1.4.1' + tempest: '1.5.0' nav: - 'Overview': index.md