Skip to content

Commit 86fc5ed

Browse files
author
Michael Sanders
committed
Update CHANGELOG and bump version
1 parent 49067b8 commit 86fc5ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

6+
## [4.1.0](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.0)
7+
8+
- Added: Now posting notification when reference time gets updated
9+
- Fixed: Fixed crash when receiving empty packets from certain hosts.
10+
611
## [4.0.0](https://github.com/instacart/TrueTime.swift/releases/tag/4.0.0)
712

813
- Added: Swift 3 support.

TrueTime.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 = 'TrueTime'
3-
s.version = '4.0.0'
3+
s.version = '4.1.0'
44
s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'
55

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

0 commit comments

Comments
 (0)