diff --git a/Action.podspec b/Action.podspec index a103dcbe..418c20ec 100644 --- a/Action.podspec +++ b/Action.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Action" - s.version = "2.1.1" + s.version = "2.2.0" s.summary = "Abstracts actions to be performed in RxSwift." s.description = <<-DESC Encapsulates an action to be performed, usually by a UIButton press. diff --git a/Changelog.md b/Changelog.md index a210e02a..4d0e2c3d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ Changelog Current master -------------- +2.2.0 +----- + +- Fixes [#63](https://github.com/RxSwiftCommunity/Action/issues/63), related to the default enabled state. +- Adds `bindTo(action:)` for non-CocoaAction. + 2.1.1 -----