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)