Skip to content

Commit

Permalink
Merge pull request #48 from levibostian/0.2.1-fix-release
Browse files Browse the repository at this point in the history
Prepare for 0.2.1-alpha bug fix release
  • Loading branch information
levibostian authored Feb 7, 2019
2 parents 94f4e82 + 863c4c9 commit 1515246
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Teller.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1515246

Please sign in to comment.