diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cae3caec0..8e75da686e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ Chrono obeys the principle of [Semantic Versioning](http://semver.org/). There were/are numerous minor versions before 1.0 due to the language changes. Versions with only mechanical changes will be omitted from the following list. -## 0.4.16 (unreleased) +## 0.4.17 (unreleased) + +## 0.4.16 ### Features diff --git a/Cargo.toml b/Cargo.toml index 7e62fa57bc..74d587b74f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.15" +version = "0.4.16" authors = [ "Kang Seonghoon ", "Brandon W Maister ",