Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 24, 2017
1 parent c200e27 commit 31a7a4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@

##### Bug Fixes

* None.

## 1.0.1

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* Detect best migration path correctly when first step of two alternates is
an explicit migration.
an explicit migration.
[John Fairhurst](https://github.com/johnfairh)
[#5](https://github.com/johnfairh/TMLPersistentContainer/issues/5)
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 = "1.0.0"
s.version = "1.0.1"
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 31a7a4e

Please sign in to comment.