From 3363be141d81e199c562120621caeb7270ad5c51 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 13 Mar 2025 11:39:50 +0400 Subject: [PATCH] Bring 8.17.1 release to parent (#241) (cherry picked from commit 1b8017ab38172dec843577b6bc83fbf99e3b72db) --- CHANGELOG.md | 5 +++++ elastic_transport/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392f859..9dcfa9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.17.1 (2025-03-12) + +* Ensure compatibility with httpx v0.28.0+ ([#222](https://github.com/elastic/elastic-transport-python/pull/222), contributed by Arch Linux maintainer @carlsmedstad) +* Add missing NOTICE file ([#229](https://github.com/elastic/elastic-transport-python/pull/229), reported by Debian Maintainer @schoekek) + ## 8.17.0 (2025-01-07) * Fix use of SSLContext with sniffing ([#199](https://github.com/elastic/elastic-transport-python/pull/199)) diff --git a/elastic_transport/_version.py b/elastic_transport/_version.py index e59bc2f..a668e2e 100644 --- a/elastic_transport/_version.py +++ b/elastic_transport/_version.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "8.17.0" +__version__ = "8.17.1"