diff --git a/CHANGELOG.md b/CHANGELOG.md index ac92ab2..32f85b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.10.0 + +- Support urllib3 2.x in addition to urllib3 1.26.x ([#121](https://github.com/elastic/elastic-transport-python/pull/121)) +- Add 409 to `NOT_DEAD_NODE_HTTP_STATUSES` ([#120](https://github.com/elastic/elastic-transport-python/pull/120)) + ## 8.4.1 - Fixed an issue where a large number of consecutive failures to connect to a node would raise an `OverflowError`. diff --git a/elastic_transport/_version.py b/elastic_transport/_version.py index 0fd8419..efa420c 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.4.1" +__version__ = "8.10.0"