Skip to content

Commit 819f598

Browse files
Update changelog and package dependency for Firebase SDK (#35)
1 parent 844cc8c commit 819f598

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,3 +1,8 @@
1+
# 11.5.0-beta
2+
[added] Support for Swift 6 strict concurrency.
3+
[added] Logging within SDKs.
4+
[changed] SDK will throw errors if partial Graphql errors are detected during operation execution.
5+
16
# 11.3.0-beta
27
[added] Initial public preview (pre-announced) release of the SDK. For more information visit [Firebase Data Connect](https://firebase.google.com/products/data-connect)
38

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func firebaseDependency() -> Package.Dependency {
7878
return .package(url: firebaseURL, branch: "main")
7979
}
8080

81-
return .package(url: firebaseURL, exact: "11.3.0")
81+
return .package(url: firebaseURL, exact: "11.5.0")
8282
}
8383

8484
func integrationTestPath() -> String? {

0 commit comments

Comments
 (0)