diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9852405..9562cbdfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Versioning]. --- -## Unreleased +## 0.2.21 [2020-09-20] ### Changed @@ -30,7 +30,7 @@ Versioning]. - `PrimitiveDateTime::monday_based_week` - `util::weeks_in_year` -## 0.2.20 [2019-09-16] +## 0.2.20 [2020-09-16] ### Added diff --git a/Cargo.toml b/Cargo.toml index 140c4f9ff..76403c5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.2.20" +version = "0.2.21" authors = ["Jacob Pratt "] edition = "2018" repository = "https://github.com/time-rs/time"