diff --git a/Action.podspec b/Action.podspec index 1b0058ea..5e170671 100644 --- a/Action.podspec +++ b/Action.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Action" - s.version = "3.7.0" + s.version = "3.8.0" s.summary = "Abstracts actions to be performed in RxSwift." s.description = <<-DESC Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later diff --git a/Changelog.md b/Changelog.md index 90c7db67..02938d22 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,15 @@ Changelog ========= + Current master -------------- + +- Nothing yet! + +3.8.0 +----- + - Fix build failure on New Build System (default on Xcode 10) [#151](https://github.com/RxSwiftCommunity/Action/pull/151) 3.7.0