Skip to content

Commit

Permalink
Up version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nap-sam-dean committed Apr 20, 2017
1 parent 66f6cfc commit f6f1c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ Changelog

### unreleased

## 1.0.1
## 1.1
+ Add support for dataTask(with:completionHandler:), both URLRequest and URL verisons.

### 1.0.1
+ Support for AFNetworking 3

# 1.0.0
# 1.0
+ Swift 3

### 0.9
## 0.9
+ Move to cocoapods 1.0 format (thanks @csknns)
+ Return a handle from single mocks to let clients validate they have been consumed

Expand Down
2 changes: 1 addition & 1 deletion NSURLSession-Mock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "NSURLSession-Mock"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "Stub responses from NSURLSession"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit f6f1c61

Please sign in to comment.