Skip to content

Commit 5ab2a84

Browse files
committed
Releasing version 14.0.0-beta.1.
1 parent 04f8efc commit 5ab2a84

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.1] - 2019-09-06
4+
35
## Added
46
- Combine support! [#1904](https://github.com/Moya/Moya/pull/1904) by [@sunshinejr](https://github.com/sunshinejr).
57
- Very raw SPM testing support! Thanks to the work on OHHTTPStubs, we can finally start using `swift test` again. [#1896](https://github.com/Moya/Moya/pull/1896) 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-alpha.2"
3+
s.version = "14.0.0-beta.1"
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)