From e64202e17f1be0c2037cac3c1e8cc1ab4439fe9f Mon Sep 17 00:00:00 2001 From: Marcin Krystianc Date: Thu, 30 Nov 2023 11:15:01 +0100 Subject: [PATCH] CHANGELOG for next release (#274) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9172735..dc738967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Unreleased +## 1.7.14.2 +* Added support for agent version (#261) +* Support for Listing Services for Node and Retrieving Nodes that support Mesh Capable Service (#273) +* Support Listing and Deleting Configuration Entries (#271) +* Support Applying Configuration and Get Configuration (#269) +* Added support for agent host info (#259) +* Added support for Agent Metrics (#263) +* Implement local service health check (#240) + ## 1.7.14.1 * Add ServiceTags to the health check endpoint (#244) * Write correct value for KV.Release (#237)