From e684b99bb05407ce8ad2efb9e1a56ee9e3100739 Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Mon, 9 May 2022 22:02:38 -0600 Subject: [PATCH] Version 4.0.3 --- CHANGELOG.md | 2 +- FetchRequests.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f896dd..707a0ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. `FetchRequests` adheres to [Semantic Versioning](https://semver.org/). ## [4.0.3](https://github.com/square/FetchRequests/releases/tag/4.0.3) -Released on 2022-05-XX +Released on 2022-05-09 * Support array associations by an arbitrary reference instead of just by ID. This is specified via a new referenceAccessor parameter. * Updated example to use Codable model diff --git a/FetchRequests.podspec b/FetchRequests.podspec index d28fcff..62f0e5d 100644 --- a/FetchRequests.podspec +++ b/FetchRequests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FetchRequests' - s.version = '4.0.2' + s.version = '4.0.3' s.license = 'MIT' s.summary = 'NSFetchedResultsController inspired eventing' s.homepage = 'https://github.com/square/FetchRequests'