diff --git a/CHANGELOG.md b/CHANGELOG.md index 24034e1e..19e31808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ Rhai Release Notes ================== +Version 1.5.0 +============= + + Version 1.4.1 ============= +This is primarily a bug-fix version which fixes a large number of bugs. + Bug fixes --------- diff --git a/Cargo.toml b/Cargo.toml index e51286bb..006c67bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "codegen"] [package] name = "rhai" -version = "1.4.1" +version = "1.5.0" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust"