From 5f53110e5a3b8f2c4ac7d19693aed1f92f783ce5 Mon Sep 17 00:00:00 2001 From: Marcin Krystianc Date: Thu, 18 Jul 2024 10:47:01 +0200 Subject: [PATCH] Updating the changelog for the next release (#351) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e045bc4..27e5c33d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Unreleased +## 1.7.14.4 +* Support for non-root consul urls (#333) +* Added GET GatewayService endpoint (#347) +* Added Update LAN Coordinates endpoints (#348) +* Added ConnectAuthorize endpoint (#343) +* Added Get CALeaf endpoint (#339) +* Added GetCARoots with QueryOptions parameter (#338) +* Added Connect CA Roots endpoint (#332) +* Support for listing nodes for connect-capable service (#312) +* Added Read LAN Coordinates for a specific node (#314) + ## 1.7.14.3 * Added the Configuration property to the IConsulClient interface (#298) * Added Support for Getting Service Configuration (#278)