From 84f6fec782392cc7c457b6ff21eac26e81f0850f Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Thu, 21 Sep 2023 10:45:11 -0700 Subject: [PATCH] v6.0.2 --- CHANGELOG.md | 5 +++++ FetchRequests.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f1f6a..cd0fa3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. `FetchRequests` adheres to [Semantic Versioning](https://semver.org/). +## [6.0.2](https://github.com/square/FetchRequests/releases/tag/6.0.2) +Released on 2023-09-21 + +* Cleanup warnings in Xcode 15 + ## [6.0.1](https://github.com/square/FetchRequests/releases/tag/6.0.1) Released on 2023-06-23 diff --git a/FetchRequests.podspec b/FetchRequests.podspec index 7aa4da7..dd8d4bd 100644 --- a/FetchRequests.podspec +++ b/FetchRequests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FetchRequests' - s.version = '6.0.1' + s.version = '6.0.2' s.license = 'MIT' s.summary = 'NSFetchedResultsController inspired eventing' s.homepage = 'https://github.com/square/FetchRequests'