We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1620cd commit 5c4137bCopy full SHA for 5c4137b
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
3
-## unreleased
+## 1.0.0
4
5
+* Bump SDK to V1/Stable feature status
6
* Fixed `CrudBatch` `hasMore` always returning false.
7
* Added `triggerImmediately` to `onChange` method.
8
* Report real-time progress information about downloads through `SyncStatus.downloadProgress`.
gradle.properties
@@ -17,7 +17,7 @@ development=true
17
RELEASE_SIGNING_ENABLED=true
18
# Library config
19
GROUP=com.powersync
20
-LIBRARY_VERSION=1.0.0-BETA32
+LIBRARY_VERSION=1.0.0
21
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
22
# POM
23
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments