Skip to content

Commit b4aad4d

Browse files
Update CHANGELOG for 11.10.0
Missing period
1 parent c9ea0d0 commit b4aad4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 11.10.0
2+
- [added] Starting FDC Tools from Xcode sets up a template Firebase Data Connect project in the Xcode project folder. See the `README.md` for an updated `Getting Started` section.
3+
14
# 11.9.0
25
- [added] Start Firebase Data Connect Schema and Query design tools from Xcode. See the `README.md` for more information.
36

Sources/Internal/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import GoogleUtilities_Environment
1818

1919
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
2020
struct Version {
21-
static let sdkVersion = "11.9.0"
21+
static let sdkVersion = "11.10.0"
2222

2323
// returns value of form gl-PLATFORM_NAME/PLATFORM_VERSION
2424
static func platformVersionHeader() -> String {

0 commit comments

Comments
 (0)