Skip to content

Commit

Permalink
Created a new release (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeTransferBot and J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) authored May 25, 2020
1 parent 4529976 commit 89a2234
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.2.0
- ignoring query example swap i/o url ([#54](https://github.com/WeTransfer/Mocker/pull/54)) via [@GeRryCh](https://github.com/GeRryCh)
- Update README.md ([#53](https://github.com/WeTransfer/Mocker/pull/53)) via [@mtsrodrigues](https://github.com/mtsrodrigues)
- mixing in the ability to send an explicit error from a mock response ([#52](https://github.com/WeTransfer/Mocker/pull/52)) via [@heckj](https://github.com/heckj)
- Document that onRequest and completion must be set before calling register() ([#47](https://github.com/WeTransfer/Mocker/pull/47)) via [@marcetcheverry](https://github.com/marcetcheverry)
- Update readme for Alamofire 5 ([#48](https://github.com/WeTransfer/Mocker/pull/48)) via [@AvdLee](https://github.com/AvdLee)
- Merge release 2.1.0 into master ([#46](https://github.com/WeTransfer/Mocker/pull/46)) via [@WeTransferBot](https://github.com/WeTransferBot)

### 2.1.0
- Enable post body checks ([#41](https://github.com/WeTransfer/Mocker/pull/41)) via @AvdLee
- Merge release 2.0.2 into master ([#40](https://github.com/WeTransfer/Mocker/pull/40))
Expand Down
2 changes: 1 addition & 1 deletion Mocker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Mocker'
spec.version = '2.1.0'
spec.version = '2.2.0'
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
spec.description = 'Mocker is a library written in Swift which makes it possible to mock data requests using a custom URLProtocol and run them offline.'

Expand Down

0 comments on commit 89a2234

Please sign in to comment.