diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b2a1918..7f49edf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +8.15.4 (2024-10-17) +------------------- + +* Revert "Allow reading Elasticsearch certs in Wolfi image" (`#734 `_) + 8.15.3 (2024-10-09) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 3918777..bd3b2ea 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.15.3" +__version__ = "8.15.4" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"