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/