From 9cdf95fba2dc06feae300e1be58d47d7ba438657 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Sun, 28 May 2017 16:06:34 +0300 Subject: [PATCH] Version bump to 3.1.0 --- Action.podspec | 2 +- Changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Action.podspec b/Action.podspec index cc69fc4b..7c46a2c5 100644 --- a/Action.podspec +++ b/Action.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Action" - s.version = "3.0.0" + s.version = "3.1.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 fb0c19a4..daa2f6ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ Changelog Current master -------------- +3.1.0 +----- + - Replace `PublishSubject` with `InputSubject` [#92](https://github.com/RxSwiftCommunity/Action/pull/92) - Added missing sources for watchOS target [#95](https://github.com/RxSwiftCommunity/Action/pull/95)