Skip to content

Commit

Permalink
Bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 10, 2020
1 parent 391aade commit 05b62f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file.
`Kronos` adheres to [Semantic Versioning](http://semver.org/).

## [4.0.1]
## [4.1.0](https://github.com/lyft/Kronos/releases/tag/4.1.0)
- Add assertion when app group storage fails

## [4.0.1](https://github.com/lyft/Kronos/releases/tag/4.0.1)
- Fix "Initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer" warnings

## [4.0.0](https://github.com/lyft/Kronos/releases/tag/4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion Kronos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kronos'
s.version = '4.0.1'
s.version = '4.1.0'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Elegant NTP client in Swift'
s.homepage = 'https://github.com/lyft/Kronos'
Expand Down

0 comments on commit 05b62f6

Please sign in to comment.