diff --git a/CHANGELOG.md b/CHANGELOG.md index e8410c180..d63ccef7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Tantivy 0.21.2 +================================ +#### Bugfixes +- Bugfix: Merge operations would panic for JsonObject with position enabled, when they contain numbers or booleans. [#2251](https://github.com/quickwit-oss/tantivy/issues/2251). +#### Features/Improvements + + Tantivy 0.21.1 ================================ #### Bugfixes diff --git a/Cargo.toml b/Cargo.toml index 1dfb6320c..bf5dc14f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.21.0" +version = "0.21.2" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]