From 40c465af19b993344e84355c00669ba2022ca3cd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 6 Jan 2023 14:56:59 +0000 Subject: [PATCH] Update CHANGELOG and Podspec for release 7.1.1 (#867) --- CHANGELOG.md | 5 +++-- ReactiveSwift.podspec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94fda593..4c01dec12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # master *Please add new entries at the top.* -1. Bumped deployment target to iOS 11, tvOS 11, watchOS 4, macOS 10.13, per Xcode 14 warnings -1. Explicitly declare `APPLICATION_EXTENSION_API_ONLY` for CocoaPods +# 7.1.1 +1. Bumped deployment target to iOS 11, tvOS 11, watchOS 4, macOS 10.13, per Xcode 14 warnings (#865, kudos to @lickel) +1. Explicitly declare `APPLICATION_EXTENSION_API_ONLY` for CocoaPods (#866, kudos to @lickel) # 7.1.0 1. Add CI Release jobs on tag push (#862, kudos to @p4checo) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 5c0562601..4e7c5330f 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 = "7.1.0" + s.version = "7.1.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.