diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 081a058..b6fd2d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +8.13.1 (2024-05-03) +------------------- + +Added +^^^^^ + +* Added support for HTTP proxies in eland_import_hub_model (`#688`_) + +.. _#688: https://github.com/elastic/eland/pull/688 + 8.13.0 (2024-03-27) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 94310b0..85b9bfa 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.13.0" +__version__ = "8.13.1" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"