diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ae3a407..32ff254 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +9.0.1 (2025-04-30) +------------------ + +* Forbid Elasticsearch 8 client or server (`#780 `_) +* Fix DeBERTa tokenization (`#769 `_) +* Upgrade PyTorch to 2.5.1 (`#785 `_) +* Upgrade LightGBM to 4.6.0 (`#782 `_) + 9.0.0 (2025-04-15) ------------------ diff --git a/eland/_version.py b/eland/_version.py index 198f8a3..939b85e 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__ = "9.0.0" +__version__ = "9.0.1" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"