diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a0252c6..c7caaacc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ Versioning]. --- +## 0.2.15 [2020-05-04] + +### Fixed + +`cargo-web` support works, and is now explicitly checked in CI. A previous +change was made that made a method call ambiguous. + ## 0.2.14 [2020-05-02] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index a482e1362..c1c613a23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.2.14" +version = "0.2.15" authors = ["Jacob Pratt "] edition = "2018" repository = "https://github.com/time-rs/time"