diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e25ca..e53858c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [3.0.1](https://github.com/lyft/Kronos/releases/tag/3.0.1) - Don't restore timestamps from the cache after a reboot +- Expose sync age through `Clock.annotatedNow` ## [3.0.0](https://github.com/lyft/Kronos/releases/tag/3.0.0) - Update for Swift 4.2 diff --git a/Kronos.podspec b/Kronos.podspec index b44ccd2..ea33924 100644 --- a/Kronos.podspec +++ b/Kronos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Kronos' - s.version = '3.0.0' + s.version = '3.0.1' s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } s.summary = 'Elegant NTP client in Swift' s.homepage = 'https://github.com/lyft/Kronos'