Skip to content

Commit

Permalink
Update changelog and package dependency for Firebase SDK (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishpatil-g authored Nov 6, 2024
1 parent 844cc8c commit 819f598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 11.5.0-beta
[added] Support for Swift 6 strict concurrency.
[added] Logging within SDKs.
[changed] SDK will throw errors if partial Graphql errors are detected during operation execution.

# 11.3.0-beta
[added] Initial public preview (pre-announced) release of the SDK. For more information visit [Firebase Data Connect](https://firebase.google.com/products/data-connect)

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func firebaseDependency() -> Package.Dependency {
return .package(url: firebaseURL, branch: "main")
}

return .package(url: firebaseURL, exact: "11.3.0")
return .package(url: firebaseURL, exact: "11.5.0")
}

func integrationTestPath() -> String? {
Expand Down

0 comments on commit 819f598

Please sign in to comment.