From 004f9f69f54f2eb0f35e258832d1d792a1097e78 Mon Sep 17 00:00:00 2001 From: Martin Conte Mac Donell Date: Mon, 10 Dec 2018 13:38:07 -0800 Subject: [PATCH] Bump version to 3.0.1 --- CHANGELOG.md | 1 + Kronos.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'