diff --git a/CHANGELOG.md b/CHANGELOG.md index 167a332f9..2a9c79097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* -1. Add `ExpressibleByNilLiteral` constraint to `OptionalProtocol` (#805, kudos to @nkristek) + +# 6.5.01. Add `ExpressibleByNilLiteral` constraint to `OptionalProtocol` (#805, kudos to @nkristek) 2. Fixed a `SignalProducer.lift` issue which may leak intermediate signals. (#808) # 6.4.0 diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index f2f1ec619..d8db301f9 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.4.0" + s.version = "6.5.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 3ab527bb7..1e5305ea6 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.4.0 + 6.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/ReactiveSwiftTests/Info.plist b/Tests/ReactiveSwiftTests/Info.plist index b0674b78f..4cff2a0b9 100644 --- a/Tests/ReactiveSwiftTests/Info.plist +++ b/Tests/ReactiveSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 6.4.0 + 6.5.0 CFBundleSignature ???? CFBundleVersion