Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Oct 20, 2021
1 parent 54401d3 commit c9c8ea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
All notable changes to this project will be documented in this file.
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).

## 4.0.0
## [4.0.1](https://github.com/square/FetchRequests/releases/tag/4.0.1)
Released on 2021-10-20

* Respect insertion order for pagination / live updates

## [4.0.0](https://github.com/square/FetchRequests/releases/tag/4.0.0)
Released on 2021-09-14

* Updated minimum SDKs to iOS 13 and related OSes
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.0'
s.version = '4.0.1'
s.license = 'MIT'
s.summary = 'NSFetchedResultsController inspired eventing'
s.homepage = 'https://github.com/square/FetchRequests'
Expand Down

0 comments on commit c9c8ea1

Please sign in to comment.