Skip to content

Commit af622b0

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent 4f9ad03 commit af622b0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v2.0.2
4+
5+
### Fixed
6+
7+
- **Fixed `SelectionSet` equality with `@include/@skip` fields ([#840](https://github.com/apollographql/apollo-ios-dev/pull/804)):** When a single field was used in a selection set with an `@include/@skip` directive, an `assertionFailure` would crash the program. This is now fixed.
8+
39
## v2.0.1
410

511
### Fixed

CLI/apollo-ios-cli.tar.gz

9 Bytes
Binary file not shown.

Sources/Apollo/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import Foundation
22

33
public enum Constants {
44
public static let ApolloClientName = "apollo-ios"
5-
public static let ApolloClientVersion: String = "2.0.1"
5+
public static let ApolloClientVersion: String = "2.0.2"
66
}

0 commit comments

Comments
 (0)