diff --git a/CHANGELOG.md b/CHANGELOG.md index 755e6ee..db38623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.6.0 - Jul 22, 2020 + +* Fix: wrong `failed` state. +* Add: `PhDownloadResult.request` and `PhDownloadResult.error` getters. +* Add: `PhDownloader.removeAll` methods +* Breaking: `PhDownloader.remove` method now accepts a closure type `@escaping (PhDownloadTask) -> Bool` instead of `Bool` as before. +* Update: more docs. + ## 0.5.0 - Jul 18, 2020 * Update README.md. diff --git a/PhDownloader.podspec b/PhDownloader.podspec index 848a688..6f56a85 100644 --- a/PhDownloader.podspec +++ b/PhDownloader.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "PhDownloader" - spec.version = "0.5.0" + spec.version = "0.6.0" spec.summary = "Simple, reactive and functional downloader for iOS Swift with the power of RxSwift, RxAlamofire" spec.homepage = "https://github.com/hoc081098/PhDownloader" spec.license = { :type => "MIT", :file => "LICENSE" }