Skip to content

Commit

Permalink
1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jan 16, 2016
1 parent 35ac2e9 commit 2b8c08b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
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 = "1.1.0"
s.version = "1.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
14 changes: 11 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Changelog
=========

- Transitioned podspec to new remote URL (see [#15](https://github.com/RxSwiftCommunity/Action/issues/15)).
- Moved to RxSwift 2.0 🎉

Current master
--------------

1.2.0
-----

- Updates to RxSwift 2.1.0.

1.1.0
-----

- Transitioned podspec to new remote URL (see [#15](https://github.com/RxSwiftCommunity/Action/issues/15)).
- Moved to RxSwift 2.0 🎉

1.0.0
-----

Expand Down

0 comments on commit 2b8c08b

Please sign in to comment.