diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6da1990..cf5e7f01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver --- -## Unreleased +## 0.3.4 [2021-10-26] ### Added diff --git a/Cargo.toml b/Cargo.toml index ba79c7e4f..654587c5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "time" -version = "0.3.3" +version = "0.3.4" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time"