Skip to content

Commit

Permalink
Version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed May 10, 2022
1 parent 042e3ef commit e684b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FetchRequests.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e684b99

Please sign in to comment.