From 25943ad2d3b59e1e21cc6d316c235078c80adb63 Mon Sep 17 00:00:00 2001 From: Zhixuan Lai Date: Mon, 31 May 2021 14:19:35 -0700 Subject: [PATCH] Prepare for release 1.5.2. --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- gradle.properties | 2 +- mkdocs.yml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 918db9450..303708120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.5.2] - 2021-05-31 + +* Fixed: Make it easy to integrate with other testing frameworks (#58). + ## [1.5.1] - 2021-05-31 * Fixed: To share one test server with multiple tests (#57). diff --git a/README.md b/README.md index 9e2c32810..cd2246dd1 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.5.1" +implementation "app.cash.tempest:tempest:1.5.2" ``` For AWS SDK 2.x: ```groovy -implementation "app.cash.tempest:tempest2:1.5.1" +implementation "app.cash.tempest:tempest2:1.5.2" ``` ## License diff --git a/gradle.properties b/gradle.properties index 5021a1573..659932d59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official GROUP=app.cash.tempest -VERSION_NAME=1.5.1-SNAPSHOT +VERSION_NAME=1.5.2 POM_URL=https://github.com/square/tempest/ POM_SCM_URL=https://github.com/square/tempest/ diff --git a/mkdocs.yml b/mkdocs.yml index 818d20f28..c8b49f434 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,7 +50,7 @@ plugins: extra: versions: - tempest: '1.5.1' + tempest: '1.5.2' nav: - 'Overview': index.md