Skip to content

Commit

Permalink
Releasing version 14.0.0-beta.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Oct 27, 2019
1 parent 32ab002 commit e31409e
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.5] - 2019-10-27

### Changed
- **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).

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

Please sign in to comment.