diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d9da3..6e70405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ 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 mechnical changes will be omitted from the following list. -## 0.4.next +## 0.4.2 ### Deprecations diff --git a/Cargo.toml b/Cargo.toml index 99e4926..592f6e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "chrono" -version = "0.4.1" -authors = ["Kang Seonghoon "] +version = "0.4.2" +authors = [ + "Kang Seonghoon ", + "Brandon W Maister ", +] description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono"