From 6dacea8c4e6555d68468c26a9eb471e753834213 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 14 Sep 2023 16:32:44 +0400 Subject: [PATCH] Bump version to 2.9.1 (#1780) --- CHANGELOG.md | 12 ++++++++++++ esrally/_version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c25a53b81..b52ddf5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### 2.9.1 + +#### Enhancements + +* [#1778](https://github.com/elastic/rally/pull/1778): Support API key authentication +* [#1770](https://github.com/elastic/rally/pull/1770): Exclude telemetry devices based on serverless status +* [#1768](https://github.com/elastic/rally/pull/1768): Detect serverless operator status automatically + +#### Bug Fixes + +* [#1772](https://github.com/elastic/rally/pull/1772): Fix "Could not checkout. Do you have uncommitted changes?" error + ### 2.9.0 #### Highlights diff --git a/esrally/_version.py b/esrally/_version.py index 3b5859396..334087f85 100644 --- a/esrally/_version.py +++ b/esrally/_version.py @@ -1 +1 @@ -__version__ = "2.9.0.dev0" +__version__ = "2.9.1"