diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d48b17..cf1e58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1-alpha] - 2-7-2019 + +Fixed crash in OnlineRepository after first fetch is completed successfully. Do not use 0.2.0-alpha, use this release instead. + +### Fixed +- Fixed https://github.com/levibostian/Teller-iOS/issues/45 + ## [0.2.0-alpha] - 2-3-2019 Changes to the API. Thread safety and bug fixes. diff --git a/Teller.podspec b/Teller.podspec index 8aef429..db00c81 100644 --- a/Teller.podspec +++ b/Teller.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Teller' - s.version = '0.2.0-alpha' + s.version = '0.2.1-alpha' s.summary = "iOS library that manages your app's cached data with ease." # This description is used to generate tags and improve search results.