Skip to content

Commit e684b99

Browse files
committed
Version 4.0.3
1 parent 042e3ef commit e684b99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).
44

55
## [4.0.3](https://github.com/square/FetchRequests/releases/tag/4.0.3)
6-
Released on 2022-05-XX
6+
Released on 2022-05-09
77

88
* Support array associations by an arbitrary reference instead of just by ID. This is specified via a new referenceAccessor parameter.
99
* Updated example to use Codable model

FetchRequests.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FetchRequests'
3-
s.version = '4.0.2'
3+
s.version = '4.0.3'
44
s.license = 'MIT'
55
s.summary = 'NSFetchedResultsController inspired eventing'
66
s.homepage = 'https://github.com/square/FetchRequests'

0 commit comments

Comments
 (0)