Skip to content

Commit 825e655

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent a926578 commit 825e655

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.5
4+
5+
- **Fix data race in `AsyncReadWriteLock` ([#862](https://github.com/apollographql/apollo-ios-dev/pull/862)):** This fixes issue [#3616](https://github.com/apollographql/apollo-ios/issues/3616). _Thank you to [@AlexPan1992](https://github.com/AlexPan1992) for raising the issue_.
6+
- **Set `URLRequest.cachePolicy` on `GET` requests ([#859](https://github.com/apollographql/apollo-ios-dev/pull/859)):** _Thank you to [@samjdurante](https://github.com/samjdurante) for the contribution_.
7+
38
## v2.0.4
49

510
### Fixed

CLI/apollo-ios-cli.tar.gz

-5 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.4"
5+
public static let ApolloClientVersion: String = "2.0.5"
66
}

0 commit comments

Comments
 (0)