diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5e555e4..3c9924b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.1.4...Unreleased) - ReleaseDate +## [4.1.5](https://github.com/sunng87/handlebars-rust/compare/4.1.4...4.1.5) - 2021-11-17 * [Fixed] Single-quote string literal is supported, again [#475] diff --git a/Cargo.toml b/Cargo.toml index acd2db85c..1cdda0f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "4.1.5-alpha.0" +version = "4.1.5" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index b2730f5f4..844fde91e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/4.1.4")] +#![doc(html_root_url = "https://docs.rs/handlebars/4.1.5")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!