Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Sep 14, 2018
1 parent f4c6adf commit 5c94191
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
`TrueTime.swift` adheres to [Semantic Versioning](http://semver.org/).

## [5.0.0](https://github.com/instacart/TrueTime.swift/releases/tag/5.0.0)

- Added: Swift 4 support.
- Added: Exposed missing methods via Objective-C bridging.
- Fixed: Addressed issue with poll interval not being handled.
- Fixed: Addressed issue with resuming after pausing.
- Changed: Dropped support for Swift 3.
- Changed: Updated pool parameter in `TrueTime.start` to take an explicit
string an port instead of a URL.

## [4.1.5](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.5)

- Fixed: Addressed issue with poll interval not being handled.
Expand Down
2 changes: 1 addition & 1 deletion TrueTime.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TrueTime'
s.version = '4.1.5'
s.version = '5.0.0'
s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'

s.homepage = 'https://github.com/instacart/TrueTime.swift'
Expand Down

0 comments on commit 5c94191

Please # to comment.