diff --git a/CHANGELOG.md b/CHANGELOG.md index 62348d521..bfaa9c721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -Tantivy 0.16 +Tantivy 0.16.1 +======================== +- Major Bugfix on multivalued fastfield. #1151 + +Tantivy 0.16.0 ========================= - Bugfix in the filesum check. (@evanxg852000) #1127 - Bugfix in positions when the index is sorted by a field. (@appaquet) #1125 diff --git a/Cargo.toml b/Cargo.toml index 8bdb09c53..12c7294d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.16.0" +version = "0.16.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]