From c1e15f2042850d1f45e6e822029918d3314f95bc Mon Sep 17 00:00:00 2001 From: DominicGBauer Date: Mon, 27 Jan 2025 08:24:39 +0200 Subject: [PATCH] chore: update version to BETA 17 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6008d19b..2c5a8d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog +## 1.0.0-BETA17 + +* Add fix for Windows using JVM build + ## 1.0.0-BETA16 * Add `close` method to database methods * Throw when error is a `CancellationError` and remove invalidation for all errors in `streamingSync` catch. + ## 1.0.0-BETA15 * Update powersync-sqlite-core to 0.3.8 diff --git a/gradle.properties b/gradle.properties index 3fd4fbb0..d751006e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.0.0-BETA16 +LIBRARY_VERSION=1.0.0-BETA17 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/