Skip to content

Commit 1515246

Browse files
authored
Merge pull request #48 from levibostian/0.2.1-fix-release
Prepare for 0.2.1-alpha bug fix release
2 parents 94f4e82 + 863c4c9 commit 1515246

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.1-alpha] - 2-7-2019
2+
3+
Fixed crash in OnlineRepository after first fetch is completed successfully. Do not use 0.2.0-alpha, use this release instead.
4+
5+
### Fixed
6+
- Fixed https://github.com/levibostian/Teller-iOS/issues/45
7+
18
## [0.2.0-alpha] - 2-3-2019
29

310
Changes to the API. Thread safety and bug fixes.

Teller.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Teller'
11-
s.version = '0.2.0-alpha'
11+
s.version = '0.2.1-alpha'
1212
s.summary = "iOS library that manages your app's cached data with ease."
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)