Skip to content

Commit ff48109

Browse files
authored
Merge pull request #27 from lyft/kronos-1.0.0
Update Kronos version to 1.0.0 after swift4
2 parents 192961a + 740bd33 commit ff48109

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
`Kronos` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.0](https://github.com/lyft/Kronos/releases/tag/1.0.0)
6+
- Use `UserDefaults` to cache the previous stable time
7+
58
## [0.2.4](https://github.com/lyft/Kronos/releases/tag/0.2.4)
69
- Add Swift 4 support
710

Kronos.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Kronos'
3-
s.version = '0.2.4'
3+
s.version = '1.0.0'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'Elegant NTP client in Swift'
66
s.homepage = 'https://github.com/lyft/Kronos'

0 commit comments

Comments
 (0)