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"