Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 26, 2019
1 parent 711bdee commit 29c9f08
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TMLPersistentContainer.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
# s.social_media_url = "https://twitter.com/johnfairh"
s.license = { :type => "ISC", :file => "LICENSE" }
Expand Down

0 comments on commit 29c9f08

Please sign in to comment.