From 29c9f080425fb934424ec5a8b7f40083ec100769 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Thu, 26 Sep 2019 12:54:55 +0100 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ TMLPersistentContainer.podspec | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67352c7..cfc97b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ #### Bug Fixes +* None. + +## 4.1.0 + +#### Breaking + +* None. + +#### Enhancements + +* Add `warning` log messages when models are ignored due to + conflicting names or entity metadata. + [John Fairhurst](https://github.com/johnfairh) + +#### Bug Fixes + * Fix intermittent ignoring of a model that contains multiple entities and appears more than once in the bundles. [John Fairhurst](https://github.com/johnfairh) diff --git a/TMLPersistentContainer.podspec b/TMLPersistentContainer.podspec index 7007ca1..9a3373b 100644 --- a/TMLPersistentContainer.podspec +++ b/TMLPersistentContainer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TMLPersistentContainer" - s.version = "4.0.0" + s.version = "4.1.0" s.authors = { "John Fairhurst" => "johnfairh@gmail.com" } # s.social_media_url = "https://twitter.com/johnfairh" s.license = { :type => "ISC", :file => "LICENSE" }