diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc1bbd08..a270ec9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased 3.0](https://github.com/opensearch-project/k-NN/compare/2.x...HEAD) ### Features ### Enhancements -* Adds concurrent segment search support for mode auto [#2111](https://github.com/opensearch-project/k-NN/pull/2111) ### Bug Fixes * Add DocValuesProducers for releasing memory when close index [#1946](https://github.com/opensearch-project/k-NN/pull/1946) ### Infrastructure diff --git a/release-notes/opensearch-knn.release-notes-2.17.1.0.md b/release-notes/opensearch-knn.release-notes-2.17.1.0.md new file mode 100644 index 000000000..0af275a5b --- /dev/null +++ b/release-notes/opensearch-knn.release-notes-2.17.1.0.md @@ -0,0 +1,8 @@ +## Version 2.17.1.0 Release Notes + +Compatible with OpenSearch 2.17.1 + +### Enhancements +* Adds concurrent segment search support for mode auto [#2111](https://github.com/opensearch-project/k-NN/pull/2111) +### Bug Fixes +* Change min oversample to 1 [#2117](https://github.com/opensearch-project/k-NN/pull/2117)