diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f9a227..d412bb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog master ----- + +Nothing yet! + +3.4.0 +----- - Fix `withUnretained` so it allows proper destructuring - added `mapMany` operator - added `toSortedArray` operator diff --git a/RxSwiftExt.podspec b/RxSwiftExt.podspec index 340b4382..b4f23454 100644 --- a/RxSwiftExt.podspec +++ b/RxSwiftExt.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwiftExt" - s.version = "3.3.0" + s.version = "3.4.0" s.summary = "RxSwift operators not found in the core distribtion" s.description = <<-DESC A collection of operators for RxSwift adding commonly requested operations not found in the core distribution