From 9c413d35c3b0f14dd2a817c866415afd9a40e4db Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Tue, 21 Nov 2017 12:02:55 -0500 Subject: [PATCH] Version bump. --- Action.podspec | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Action.podspec b/Action.podspec index 330c6f6b..5b4a139e 100644 --- a/Action.podspec +++ b/Action.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Action" - s.version = "3.4.0" + s.version = "3.5.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 5429bb0e..c02f32a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ Changelog Current master -------------- + +- Nothing yet! + +3.5.0 +----- + - Add convenience initializer with work factories returning `PrimitiveSequence` or any other `ObservableConvertibleType` [#125](https://github.com/RxSwiftCommunity/Action/pull/125) - Introduce `CompletableAction`, a typealias for action that only completes without emitting any elements [#125](https://github.com/RxSwiftCommunity/Action/pull/125)