Skip to content

Commit

Permalink
Releasing version 14.0.0-beta.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Oct 5, 2019
1 parent 49212e7 commit 088cf56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Next

# [14.0.0-beta.4] - 2019-10-05

* Removed Combine extensions for now. Due to problems with weak-linking the framework, it's too difficult to support it with ease using all package managers and also without breaking backwards-compatibility. Probably gonna introduce it once we only support Xcode 11. [#1933](https://github.com/Moya/Moya/pull/1933) by [@sunshinejr](https://github.com/sunshinejr)

# [14.0.0-beta.3] - 2019-09-27
Expand Down
2 changes: 1 addition & 1 deletion Moya.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Moya"
s.version = "14.0.0-beta.3"
s.version = "14.0.0-beta.4"
s.summary = "Network abstraction layer written in Swift"
s.description = <<-EOS
Moya abstracts network commands using Swift Generics to provide developers
Expand Down

0 comments on commit 088cf56

Please sign in to comment.