diff --git a/CHANGELOG.md b/CHANGELOG.md index 94be9ef3c..dcc2ce50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Tantivy 0.11.1 +===================== +- Bug fix #729 + + Tantivy 0.11.0 ===================== diff --git a/Cargo.toml b/Cargo.toml index b6d2581fe..4a4665ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.11.0" +version = "0.11.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]