Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix release notes versioning #157

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.9.0 (Version compatible with elasticsearch 7.8.0)
## Version 1.9.0.0 (Version compatible with elasticsearch 7.8.0)
### Features
* Feature [#147](https://github.com/opendistro-for-elasticsearch/k-NN/pull/147): ODFE 1.9 support for Elasticsearch version 7.8.0 (issue [#146](https://github.com/opendistro-for-elasticsearch/k-NN/issues/146)).

Expand All @@ -11,6 +11,7 @@
* Enhancement [#123](https://github.com/opendistro-for-elasticsearch/k-NN/pull/123): Build separate artifacts for library using CPack. (issue [#122](https://github.com/opendistro-for-elasticsearch/k-NN/issues/122))

### Bug Fixes
* Bugfix [#155](https://github.com/opendistro-for-elasticsearch/k-NN/pull/155): Bad recall from Lucene upgrade 8.5.1. (issue [#154](https://github.com/opendistro-for-elasticsearch/k-NN/issues/154))
* Bugfix [#143](https://github.com/opendistro-for-elasticsearch/k-NN/pull/143): Add recursive option to zip. (issue [#140](https://github.com/opendistro-for-elasticsearch/k-NN/issues/140))
* Bugfix [#138](https://github.com/opendistro-for-elasticsearch/k-NN/pull/138): CMake fails to use c++11 CMake 2.8. (issue [#137](https://github.com/opendistro-for-elasticsearch/k-NN/issues/137))
* Bugfix [#134](https://github.com/opendistro-for-elasticsearch/k-NN/pull/134): Fix Jacoco coverage issue introduced in odfe 1.8. (issue [#127](https://github.com/opendistro-for-elasticsearch/k-NN/issues/127))
Expand Down