diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29ffb25..a59731d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +8.11.1 (2023-11-22) +------------------- +Added +^^^^^ + +* Make demo notebook runnable in Colab (`#630`_) + +Changed +^^^^^^^ + +* Bump Shap version to 0.43 (`#636`_) + +Fixed +^^^^^ + +* Fix failed import of Sentence Transformer RoBERTa models (`#637`_) + + +.. _#630: https://github.com/elastic/eland/pull/630 +.. _#636: https://github.com/elastic/eland/pull/636 +.. _#637: https://github.com/elastic/eland/pull/637 + 8.11.0 (2023-11-08) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 912f7d1..f62add0 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.11.0" +__version__ = "8.11.1" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"