From 300b93ed0ca587bda40230cb1535f470256e914f Mon Sep 17 00:00:00 2001
From: Lars Holmberg <lars.holmberg@svenskaspel.se>
Date: Thu, 7 Apr 2022 20:26:22 +0200
Subject: [PATCH] Changelog updates for 2.8.6

---
 CHANGELOG.md       | 14 +++++++++++++-
 docs/changelog.rst |  6 ++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 281d4e26b1..6dad875a41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,23 @@
 # Changelog
 Note that PRs for the latest version are sometimes missing here, check [github](https://github.com/locustio/locust/releases) for the latest info.
 
+## [2.8.6](https://github.com/locustio/locust/tree/2.8.6) (2022-04-07)
+
+[Full Changelog](https://github.com/locustio/locust/compare/2.8.5...2.8.6)
+
+**Merged pull requests:**
+
+- Further slim docker image [\#2068](https://github.com/locustio/locust/pull/2068) ([cyberw](https://github.com/cyberw))
+- Add cpu\_warning event, so listeners can do some action when CPU usage is too high [\#2067](https://github.com/locustio/locust/pull/2067) ([cyberw](https://github.com/cyberw))
+- Fix typo in example in docs [\#2064](https://github.com/locustio/locust/pull/2064) ([chalex2k](https://github.com/chalex2k))
+- Move lint tests to their own tox environments [\#2062](https://github.com/locustio/locust/pull/2062) ([kurtmckee](https://github.com/kurtmckee))
+- Bump black version to 22.3.0 [\#2060](https://github.com/locustio/locust/pull/2060) ([miedzinski](https://github.com/miedzinski))
+- Support sharing connection pools between users [\#2059](https://github.com/locustio/locust/pull/2059) ([miedzinski](https://github.com/miedzinski))
+
 ## [2.8.5](https://github.com/locustio/locust/tree/2.8.5) (2022-03-28)
 
 [Full Changelog](https://github.com/locustio/locust/compare/2.8.4...2.8.5)
 
-
 **Merged pull requests:**
 
 - fix some typos [\#2052](https://github.com/locustio/locust/pull/2052) ([cuishuang](https://github.com/cuishuang))
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9e3fff215f..d3e7a16115 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,12 @@ Changelog Highlights
 
 For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md
 
+2.8.6
+=====
+
+* Support sharing connection pools between users https://github.com/locustio/locust/pull/2059
+* Add cpu_warning event, so listeners can do some action when CPU usage is too high https://github.com/locustio/locust/pull/2067
+
 2.8.5
 =====