From e76b32eee27a7031105cc9c6188b13dba8ee2f18 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 3 May 2024 09:20:45 +0400 Subject: [PATCH] Release 8.13.1 --- CHANGELOG.rst | 10 ++++++++++ eland/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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"