diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f9797..75fbf24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2.1 (2025-12-23) + +* Use `path_prefix` to compute the base URL in the httpx node class ([#243](https://github.com/elastic/elastic-transport-python/pull/243)) + ## 9.2.0 (2025-10-17) * Support Trio when using the httpx async client ([#263](https://github.com/elastic/elastic-transport-python/pull/263)) diff --git a/elastic_transport/_version.py b/elastic_transport/_version.py index 46fa2f0..9d994e0 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__ = "9.2.0" +__version__ = "9.2.1"