We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3996e7 commit a8c5f1fCopy full SHA for a8c5f1f
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
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