diff --git a/CHANGELOG.md b/CHANGELOG.md index 57014f06..27f7ee1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog + +## 1.0.0-BETA5 + +* Fix `hasSynced` not updating after `disconnectAndClear` +* Fix error being thrown in iOS app launch + ## 1.0.0-BETA4 * Fix sync status being reset when `update` function is run - ## 1.0.0-BETA3 * Add `waitForFirstSync` function - which resolves after the initial sync is completed diff --git a/gradle.properties b/gradle.properties index d3cf4c50..076adac7 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-BETA4 +LIBRARY_VERSION=1.0.0-BETA5 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/