From eabba09b66338c13fb9c84b913f67ea28248dc4b Mon Sep 17 00:00:00 2001
From: Pierre Souchay
Date: Tue, 6 Oct 2020 23:06:08 +0200
Subject: [PATCH] Added changelog for merged PR #8221
---
.changelog/8221.txt | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .changelog/8221.txt
diff --git a/.changelog/8221.txt b/.changelog/8221.txt
new file mode 100644
index 0000000000..88a87924be
--- /dev/null
+++ b/.changelog/8221.txt
@@ -0,0 +1,3 @@
+```release-note:improvement
+agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [GH-7527](https://github.com/hashicorp/consul/issues/7527).
+```