We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042e3ef commit e684b99Copy full SHA for e684b99
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).
4
5
## [4.0.3](https://github.com/square/FetchRequests/releases/tag/4.0.3)
6
-Released on 2022-05-XX
+Released on 2022-05-09
7
8
* Support array associations by an arbitrary reference instead of just by ID. This is specified via a new referenceAccessor parameter.
9
* Updated example to use Codable model
FetchRequests.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
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'
0 commit comments