Skip to content

Commit 2e63ee8

Browse files
author
Michael Sanders
committed
Update CHANGELOG and bump version
1 parent 6e4e6dd commit 2e63ee8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [3.1.1](https://github.com/instacart/TrueTime.swift/releases/tag/3.1.1)
7+
8+
- Fixed: Addressed issue building project with latest swiftlint installed.
9+
610
## [3.1.0](https://github.com/instacart/TrueTime.swift/releases/tag/3.1.0)
711

812
- Added: Now supporting CocoaPods.

TrueTime.podspec

+1-1
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 = '3.1.0'
3+
s.version = '3.1.1'
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)