From 386860a9210a7056ea591a0f90bb036ac894bd0e Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Mon, 11 May 2026 16:42:57 +0800 Subject: [PATCH] add release notes link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1dee8ab..be02d95b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Feature management provides a way to develop and expose application functionalit [**API reference**](https://go.microsoft.com/fwlink/?linkid=2091700): This API reference details the API surface of the libraries contained within this repository. +[**Release Notes**](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/Microsoft.Featuremanagement.md): The release notes for all versions of the feature management libraries can be found here. + ## Examples * [.NET Console App](./examples/ConsoleApp)