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

Commit

Permalink
fix release notes versioning (#157)
Browse files Browse the repository at this point in the history
* fix release notes versioning
  • Loading branch information
vamshin committed Jul 1, 2020
1 parent 5663cdc commit f345ac1
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit f345ac1

Please sign in to comment.