diff --git a/CHANGELOG.md b/CHANGELOG.md index d798a54e..eaa79e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## Unreleased +## 1.19.1 (2023-09-03) - Minimum supported Rust version (MSRV) is now 1.63 due to transitive dependencies. +- Update crates.io metadata for the website ## 1.19.0 (2023-05-31) diff --git a/Cargo.toml b/Cargo.toml index e7af595c..77dd7b96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tera" -version = "1.19.0" +version = "1.19.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"