Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 1.11.0 (unreleased)
## 1.11.0

* Add support for [sync streams](https://docs.powersync.com/sync/streams/overview).
* Fixed MainActor isolation warning for UserAgent function.
* Support tvOS.

## 1.10.0

Expand Down
2 changes: 1 addition & 1 deletion Sources/PowerSync/CurrentVersion.swift
Original file line number Diff line number Diff line change
@@ -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"