Skip to content

Commit 05b62f6

Browse files
committed
Bump to 4.1.0
1 parent 391aade commit 05b62f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
`Kronos` adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [4.0.1]
5+
## [4.1.0](https://github.com/lyft/Kronos/releases/tag/4.1.0)
6+
- Add assertion when app group storage fails
7+
8+
## [4.0.1](https://github.com/lyft/Kronos/releases/tag/4.0.1)
69
- Fix "Initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer" warnings
710

811
## [4.0.0](https://github.com/lyft/Kronos/releases/tag/4.0.0)

Kronos.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 = 'Kronos'
3-
s.version = '4.0.1'
3+
s.version = '4.1.0'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'Elegant NTP client in Swift'
66
s.homepage = 'https://github.com/lyft/Kronos'

0 commit comments

Comments
 (0)