From 98fa76f517c3bbf41f57b2f4937791d2274fa7db Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Wed, 25 Sep 2024 16:51:18 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 7 ++++++- FetchRequests.podspec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90627ee..c4cece9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ All notable changes to this project will be documented in this file. `FetchRequests` adheres to [Semantic Versioning](https://semver.org/). +## [7.0.1](https://github.com/square/FetchRequests/releases/tag/7.0.1) +Release 2024-09-25 + +* Restore support for Swift 5 compiler + ## [7.0](https://github.com/square/FetchRequests/releases/tag/7.0.0) -Release 2024-09-XX +Release 2024-09-11 * Compiles cleanly in the Swift 6 language mode * Requires the Swift 6 compiler diff --git a/FetchRequests.podspec b/FetchRequests.podspec index a96c7c8..bc69c5f 100644 --- a/FetchRequests.podspec +++ b/FetchRequests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FetchRequests' - s.version = '7.0.0' + s.version = '7.0.1' s.license = 'MIT' s.summary = 'NSFetchedResultsController inspired eventing' s.homepage = 'https://github.com/square/FetchRequests'