diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab03af5..7d6664f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.8.5] - 2024-03-27 + ### Added - New function `answer_with_geometric_rag_strategy_from_index`, which allows to use `answer_with_geometric_rag_strategy` without the need to first retrieve documents from index. - Added support for custom state serialization to `udf_reducer`. diff --git a/Cargo.lock b/Cargo.lock index 3dd6cb44..dc58a892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1816,7 +1816,7 @@ dependencies = [ [[package]] name = "pathway" -version = "0.8.4" +version = "0.8.5" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 457b6ea1..ff4ce8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.8.4" +version = "0.8.5" edition = "2021" publish = false rust-version = "1.76.0"