diff --git a/CHANGELOG.md b/CHANGELOG.md index e3345476..55ac1b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,7 @@ Adding support for base64 encoding decoding, thanks to nated0g for the contribut - Support for `jsonata.register_function` - Support for evaluation with bindings + +## [0.1.4] - 2024-06-24 + +- Enhancements to improve performance diff --git a/Cargo.toml b/Cargo.toml index 89473db6..c57fc4de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonata-rs" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "Apache-2.0" authors = ["Stedi"]