Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jan 9, 2017
1 parent 24bb86a commit 2767d96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Action.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand Down

0 comments on commit 2767d96

Please sign in to comment.