Skip to content

Commit e31409e

Browse files
committed
Releasing version 14.0.0-beta.5.
1 parent 32ab002 commit e31409e

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.5] - 2019-10-27
4+
35
### Changed
46
- **Breaking Change** Minimum version of `Alamofire` is now 5.0.0-rc.3. [#1944](https://github.com/Moya/Moya/pull/1944) by [@sunshinejr](https://github.com/sunshinejr).
57

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.4"
3+
s.version = "14.0.0-beta.5"
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)