Skip to content

Commit 2767d96

Browse files
committed
Version bump.
1 parent 24bb86a commit 2767d96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Action.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Action"
3-
s.version = "2.1.1"
3+
s.version = "2.2.0"
44
s.summary = "Abstracts actions to be performed in RxSwift."
55
s.description = <<-DESC
66
Encapsulates an action to be performed, usually by a UIButton press.

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
Current master
55
--------------
66

7+
2.2.0
8+
-----
9+
10+
- Fixes [#63](https://github.com/RxSwiftCommunity/Action/issues/63), related to the default enabled state.
11+
- Adds `bindTo(action:)` for non-CocoaAction.
12+
713
2.1.1
814
-----
915

0 commit comments

Comments
 (0)