Skip to content

Commit

Permalink
chore: release beta 4 (#70)
Browse files Browse the repository at this point in the history
* chore: release beta4

* chore: release beta 4

* chore: release beta 4
  • Loading branch information
DominicGBauer authored Oct 15, 2024
1 parent b6068d5 commit 3c0daee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3c0daee

Please sign in to comment.