diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d239e2..754ffcb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Rhai Release Notes ================== +Version 1.2.1 +============= + + Version 1.2.0 ============= diff --git a/Cargo.toml b/Cargo.toml index 0b27d863..24c73cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "codegen"] [package] name = "rhai" -version = "1.2.0" +version = "1.2.1" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust"