diff --git a/CHANGELOG.md b/CHANGELOG.md index 453b0435f..c05b3ec2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.1.3...Unreleased) - ReleaseDate +## [4.1.4](https://github.com/sunng87/handlebars-rust/compare/4.1.3...4.1.4) - 2021-11-06 * [Fixed] Corrected empty line stripping strategy [#473] diff --git a/Cargo.toml b/Cargo.toml index e7b9bbceb..43d0c981b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "4.1.4-alpha.0" +version = "4.1.4" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 728ce5e8c..b2730f5f4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/4.1.3")] +#![doc(html_root_url = "https://docs.rs/handlebars/4.1.4")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!