We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75257c1 commit 8dd64eaCopy full SHA for 8dd64ea
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## 1.11.0 (unreleased)
+## 1.11.0
4
5
* Add support for [sync streams](https://docs.powersync.com/sync/streams/overview).
6
* Fixed MainActor isolation warning for UserAgent function.
7
+* Support tvOS.
8
9
## 1.10.0
10
Sources/PowerSync/CurrentVersion.swift
@@ -1,3 +1,3 @@
// The current version of the PowerSync Swift SDK. This should be updated to the latest version in `CHANGELOG.md` when a new version is released.
-let libraryVersion = "1.10.0"
+let libraryVersion = "1.11.0"
0 commit comments