diff --git a/CHANGELOG.md b/CHANGELOG.md index 9285285a1..dcebda756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* +# 6.6.0 # 6.5.1 1. Added the `interval` operator (#810, kudos to @mluisbrown) 1. Bumped deployment target to iOS 9.0, per Xcode 12 warnings diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 94d5a5954..bc84291c8 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.5.1" + s.version = "6.6.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.