Skip to content

Commit

Permalink
Releasing version 11.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SD10 committed Feb 26, 2018
1 parent 68a811f commit 4b3ff7e
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

# [11.0.1] - 2018-02-26

### Fixed
- Fixed Alamofire validation not being performed on `.uploadMultipart` requests.
[#1591](https://github.com/Moya/Moya/pull/1591) by [@SD10](https://github.com/SD10).
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 = "11.0.0"
s.version = "11.0.1"
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 4b3ff7e

Please sign in to comment.