diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1de9181..b3e7be1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +8.15.0 (2024-08-12) +------------------- + +* Added a default truncation of ``second`` for text similarity (`#713 `_) +* Added note about using text_similarity for rerank in the CLI (`#716 `_) +* Added support for lists in result hits (`#707 `_) +* Removed input fields from exported LTR models (`#708 `_) + 8.14.0 (2024-06-10) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 6da57a2..8fd824d 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -18,7 +18,7 @@ __title__ = "eland" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __url__ = "https://github.com/elastic/eland" -__version__ = "8.14.0" +__version__ = "8.15.0" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"