diff --git a/CHANGELOG.md b/CHANGELOG.md index c634d0e8..285f7703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.0-BETA29 (unreleased) +## 1.0.0-BETA29 * Fix potential race condition between jobs in `connect()` and `disconnect()`. * [JVM Windows] Fixed PowerSync Extension temporary file deletion error on process shutdown. diff --git a/gradle.properties b/gradle.properties index efa9bc09..d71c9775 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-BETA28 +LIBRARY_VERSION=1.0.0-BETA29 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/