diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c9971..a6d4ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. `TrueTime.swift` adheres to [Semantic Versioning](http://semver.org/). +## [4.1.3](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.3) + +- Fixed: Improved compile times when building from scratch. +- Fixed: Exposed uptime interval for reporting. +- Fixed: Updated dependencies to latest versions. + ## [4.1.2](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.2) - Fixed: Addressed warning when building with Swift 3.1. diff --git a/TrueTime.podspec b/TrueTime.podspec index c547bd6..a22240d 100644 --- a/TrueTime.podspec +++ b/TrueTime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TrueTime' - s.version = '4.1.2' + s.version = '4.1.3' s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.' s.homepage = 'https://github.com/instacart/TrueTime.swift'