diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a01d4e..ebe5dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [v0.4.3] - 2024-09-30 + +### Fixed +Fix: Fix compare object value with different length panic (#59) + ## [v0.4.2] - 2024-09-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3c4722e..ef0e9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["json", "jsonb", "jsonpath"] license = "Apache-2.0" name = "jsonb" repository = "https://github.com/datafuselabs/jsonb" -version = "0.4.2" +version = "0.4.3" rust-version = "1.77" [dependencies]