Skip to content

Commit e135bb0

Browse files
committed
Prepare 1.1.1 release
1 parent 95dd3b3 commit e135bb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
* Fix reported progress around compactions / defrags on the sync service.
6+
* [Android] Set `temp_store_directory`, avoiding crashes for large materialized views.
7+
38
## 1.1.0
49

510
* Add `trackPreviousValues` option on `Table` which sets `CrudEntry.previousValues` to previous values on updates.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ development=true
1818
RELEASE_SIGNING_ENABLED=true
1919
# Library config
2020
GROUP=com.powersync
21-
LIBRARY_VERSION=1.1.0
21+
LIBRARY_VERSION=1.1.1
2222
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2323
# POM
2424
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)