Skip to content

Commit 44af0c5

Browse files
committed
Update CHANGELOG + Bump Version to 4.0.2
1 parent 70b9e3e commit 44af0c5

File tree

13 files changed

+470
-466
lines changed

13 files changed

+470
-466
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
_You can download previous versions [here](https://github.com/AliSoftware/OHHTTPStubs/tags) and latest version [here](https://github.com/AliSoftware/OHHTTPStubs/zipball/master) (ZIP files generated by GitHub on the fly)_
22

3+
## [4.0.2](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.2)
4+
5+
* Fix `OHResourceBundle` name mismatch between header and implementation ([@tibr](https://github.com/tibr), [#103](https://github.com/AliSoftware/OHHTTPStubs/pull/103))
6+
37
## [4.0.1](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.1)
48

59
* Fix threading in `NSURLProtocol` subclass calling `NSURLProtocolClient` callbacks from wrong thread. ([@nsprogrammer](https://github.com/nsprogrammer), [#96](https://github.com/AliSoftware/OHHTTPStubs/pull/96))

Examples/ObjC/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- OHHTTPStubs (4.0.1)
2+
- OHHTTPStubs (4.0.2)
33

44
DEPENDENCIES:
55
- OHHTTPStubs (from `../..`)
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
99
:path: "../.."
1010

1111
SPEC CHECKSUMS:
12-
OHHTTPStubs: 69b1d48b7dfe838a355fdf48d8592d1042e3d85f
12+
OHHTTPStubs: dbd1957d414659783e07b49c961940b7564c23d9
1313

14-
COCOAPODS: 0.37.0
14+
COCOAPODS: 0.37.1

Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 184 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Target Support Files/Pods/Pods-environment.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Swift/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- OHHTTPStubs (4.0.1)
2+
- OHHTTPStubs (4.0.2)
33

44
DEPENDENCIES:
55
- OHHTTPStubs (from `../..`)
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
99
:path: "../.."
1010

1111
SPEC CHECKSUMS:
12-
OHHTTPStubs: 69b1d48b7dfe838a355fdf48d8592d1042e3d85f
12+
OHHTTPStubs: dbd1957d414659783e07b49c961940b7564c23d9
1313

14-
COCOAPODS: 0.37.0
14+
COCOAPODS: 0.37.1

Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Swift/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)