Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.6.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 9, 2019
1 parent 72cd684 commit 52063d9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ApolloAlamofire.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ApolloAlamofire'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'Alamofire transport for Apollo iOS GraphQL library'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion ApolloAlamofire/Classes/AlamofireTransport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class AlamofireTransport: NetworkTransport {
headers: HTTPHeaders? = nil,
loggingEnabled: Bool = false,
clientName: String = "ApolloAlamofire",
clientVersion: String = "0.5.0"
clientVersion: String = "0.6.0"
) {
self.sessionManager = sessionManager
self.url = url
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.6.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.6.0) (2019-11-09)

This release updates Apollo dependency to 0.19.0 and Alamofire to 4.9.1.

**Merged pull requests:**

- Update dependencies, test with Xcode 10.3 [\#14](https://github.com/graphql-community/ApolloAlamofire/pull/14) ([MaxDesiatov](https://github.com/MaxDesiatov))

## [0.5.0](https://github.com/graphql-community/ApolloAlamofire/tree/0.5.0) (2019-07-12)

This release adds support for Carthage package manager.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- Apollo (0.19.0):
- Apollo/Core (= 0.19.0)
- Apollo/Core (0.19.0)
- ApolloAlamofire (0.5.0):
- ApolloAlamofire (0.6.0):
- Alamofire (~> 4.9.1)
- Apollo (~> 0.19.0)

Expand All @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
Apollo: 4f0fea775a98bba34935764e49d27f2d3b1a5f21
ApolloAlamofire: 450e37668e395d2e5e90d9c7ca5e285916479981
ApolloAlamofire: 85c6c4826f1c4e90e4e9b4476ac42b56b9e637a6

PODFILE CHECKSUM: 3d8d02ef1af8e9f3ad5f5d2ba9652a1dafc83875

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $ pod install
Inside of your `Podfile`, specify the `ApolloAlamofire` pod:

```ruby
pod 'ApolloAlamofire', '~> 0.5.0'
pod 'ApolloAlamofire', '~> 0.6.0'
```

Then, run the following command:
Expand Down Expand Up @@ -158,7 +158,7 @@ $ brew install carthage
Inside of your `Cartfile`, add GitHub path to `ApolloAlamofire`:

```ogdl
github "graphql-community/ApolloAlamofire" ~> 0.5.0
github "graphql-community/ApolloAlamofire" ~> 0.6.0
```

Then, run the following command to build the framework:
Expand Down

0 comments on commit 52063d9

Please sign in to comment.