From 3f03e7cc96cde5662a0b8469a871d45c3a9c533e Mon Sep 17 00:00:00 2001 From: Marcin Krystianc Date: Wed, 29 Nov 2023 17:58:37 +0100 Subject: [PATCH 1/2] CHANGELOG for next release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9172735b..dc7389677 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) From d3e317993e8ee5e03e368187243040a9a444482a Mon Sep 17 00:00:00 2001 From: Marcin Krystianc Date: Thu, 30 Nov 2023 13:05:25 +0100 Subject: [PATCH 2/2] version bump --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 67b7f49cb..165834da8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.7.14.2 + 1.7.14.3 true true true