Skip to content

Commit 0e0ea73

Browse files
committed
Releasing version 14.0.0-beta.3.
1 parent 950c91d commit 0e0ea73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Next
22

3+
# [14.0.0-beta.3] - 2019-09-27
4+
35
### Fixed
46
- Fixed an issue with displaying cURL-formatted request in `NetworkLoggerPlugin`. [#1916](https://github.com/Moya/Moya/pull/1916) by [@sunshinejr](https://github.com/sunshinejr).
57
- Fixed an issue that wouldn't display stubbed response body in `NetworkLoggerPlugin`. [#1916](https://github.com/Moya/Moya/pull/1916) by [@sunshinejr](https://github.com/sunshinejr).

Moya.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Moya"
3-
s.version = "14.0.0-beta.2"
3+
s.version = "14.0.0-beta.3"
44
s.summary = "Network abstraction layer written in Swift"
55
s.description = <<-EOS
66
Moya abstracts network commands using Swift Generics to provide developers

0 commit comments

Comments
 (0)