From e8703715afe26a8efbb2ecfdb3454d648f58d691 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Tue, 7 Jan 2020 13:33:24 +0000 Subject: [PATCH] 6.2.0 --- CHANGELOG.md | 1 + ReactiveSwift.podspec | 2 +- Sources/Info.plist | 2 +- Tests/ReactiveSwiftTests/Info.plist | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef40cc79..fd50ca923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* +# 6.2.0 1. `FlattenStrategy.throttle` is introduced. (#713, kudos to @inamiy) 1. Updated `README.md` to reflect Swift 5.1 compatibility and point snippets to 6.1.0 (#763, kudos to @Marcocanc) 1. Update travis to Xcode 11.1 and Swift 5.1 (#764, kudos @petrpavlik) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 9fe3dac0a..273242005 100644 --- a/ReactiveSwift.podspec +++ b/ReactiveSwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveSwift" # Version goes here and will be used to access the git tag later on, once we have a first release. - s.version = "6.1.0" + s.version = "6.2.0" s.summary = "Streams of values over time" s.description = <<-DESC ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time. diff --git a/Sources/Info.plist b/Sources/Info.plist index a18cd934e..b40be6402 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.1.0 + 6.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/ReactiveSwiftTests/Info.plist b/Tests/ReactiveSwiftTests/Info.plist index 1554da65d..dad361ba8 100644 --- a/Tests/ReactiveSwiftTests/Info.plist +++ b/Tests/ReactiveSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 6.1.0 + 6.2.0 CFBundleSignature ???? CFBundleVersion