Skip to content

Commit f5d918e

Browse files
calvincestarigh-action-runner
authored and
gh-action-runner
committed
1 parent e2ef771 commit f5d918e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v1.12.1
4+
5+
### Fixed
6+
- **Rebuilt the CLI binary:** The CLI binary included in the `1.12.0` package was built with inconsistent SDK versions resulting in the linker signing not working correctly.
7+
38
## v1.12.0
49

510
### New

CLI/apollo-ios-cli.tar.gz

-672 Bytes
Binary file not shown.

Sources/Apollo/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let ApolloVersion: String = "1.12.0"
4+
public static let ApolloVersion: String = "1.12.1"
55
}

0 commit comments

Comments
 (0)