From 2c06e9421011a1a4cf57ea4bbcd8936843a6c9da Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Wed, 23 Jun 2021 21:13:39 +0100 Subject: [PATCH] 6.6.1 --- CHANGELOG.md | 1 + ReactiveSwift.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbdc0384..55a225763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* +# 6.6.1 1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov) 1. Fixed issue with `SignalProducer.Type.interval()` making Swift 5.3 a requirement. (#823 kudos to @mluisbrown) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index bc84291c8..9dec45751 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.6.0" + s.version = "6.6.1" 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.