diff --git a/Action.podspec b/Action.podspec index 33e9a44e..a103dcbe 100644 --- a/Action.podspec +++ b/Action.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Action" - s.version = "2.1.0" + s.version = "2.1.1" 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 77e180bf..a210e02a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ Changelog Current master -------------- +2.1.1 +----- + +- Not replay `executionObservables` to fix `execute(_:)`. See [#64](https://github.com/RxSwiftCommunity/Action/pull/56). + 2.1.0 ----- diff --git a/Readme.md b/Readme.md index dfa0e03c..73943e00 100644 --- a/Readme.md +++ b/Readme.md @@ -82,7 +82,7 @@ Then run `pod install` and that'll be 👌 Add this to `Cartfile` ``` -github "RxSwiftCommunity/Action" ~> 2.1.0 +github "RxSwiftCommunity/Action" ~> 2.1.1 ``` then run diff --git a/Sources/Action/Info.plist b/Sources/Action/Info.plist index dca568ec..449c7b6a 100644 --- a/Sources/Action/Info.plist +++ b/Sources/Action/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0 + 2.1.1 CFBundleSignature ???? CFBundleVersion