diff --git a/CHANGELOG.md b/CHANGELOG.md index 605871fd..4bbe6d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.10.2] - 2023-08-16 +* Fix: Creating new tag for publication + +## [1.10.1] - 2023-08-16 +* Fix: Initialize the dynamodb clients immediately to avoid DI issues in consumers + ## [1.10.0] - 2023-06-06 * Fix: Async Batch support for multiple pages diff --git a/gradle.properties b/gradle.properties index 8354eca3..2b7738fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official GROUP=app.cash.tempest -VERSION_NAME=1.10.0-SNAPSHOT +VERSION_NAME=1.10.2 #org.gradle.jvmargs=-Xmx2024m