fix version

This commit is contained in:
root
2026-02-19 12:44:05 +00:00
parent f0e2adfa32
commit 0e61cb2d1a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## 14.2.0
## 14.3.0
* Added upsert() support for RealtimeChannel on both Document and Row variants to perform upsert operations over real-time channels.
* Introduced new Query filter methods: contains(_:, value:), containsAny(_:, value: [Any]), containsAll(_:, value: [Any]) for enhanced querying capabilities (substring and multi-value containment).