diff --git a/Changelog.md b/Changelog.md index bb76459..d9e1bdb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### 2.5.2 +- Fixing usage of XCTest framework ([#89](https://github.com/WeTransfer/Mocker/pull/89)) via [@letatas](https://github.com/letatas) +- Merge release 2.5.1 into master ([#87](https://github.com/WeTransfer/Mocker/pull/87)) via [@wetransferplatform](https://github.com/wetransferplatform) + ### 2.5.1 - Fix tests and make sure the new opt-in mode is working with existing logic ([#86](https://github.com/WeTransfer/Mocker/pull/86)) via [@AvdLee](https://github.com/AvdLee) - Merge release 2.5.0 into master ([#85](https://github.com/WeTransfer/Mocker/pull/85)) via [@wetransferplatform](https://github.com/wetransferplatform) diff --git a/Mocker.podspec b/Mocker.podspec index bb0360d..36168b6 100644 --- a/Mocker.podspec +++ b/Mocker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Mocker' - spec.version = '2.5.1' + spec.version = '2.5.2' 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.'