diff --git a/CHANGELOG.md b/CHANGELOG.md index 960b9c7..57014f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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 @@ -21,6 +26,7 @@ connect( ) ``` * Add schema validation when schema is generated +* Add warning message if there is a crudItem in the queue that has not yet been synced and after a delay rerun the upload ## 1.0.0-BETA2 diff --git a/gradle.properties b/gradle.properties index 27d0899..d3cf4c5 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-BETA3 +LIBRARY_VERSION=1.0.0-BETA4 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/