From e0c2bd01850facd969b8b0390f29b56e4871504d Mon Sep 17 00:00:00 2001 From: Robert Friberg Date: Sun, 19 Nov 2023 18:55:13 +0100 Subject: [PATCH] update readme, add link to release notes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f0abe..173f566 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ A .NET Standard 2.0 library to help you read application configuration settings This README is the documentation. -Breaking changes with version 2.0, please read the [Release notes]() carefully before upgrading from an older version. +## Breaking changes with version 2.0! +Please read the [Release notes](https://github.com/DevrexLabs/Fig/releases/tag/2.0.24) carefully before upgrading from an older version. ## Documentation Do you have code like the following sprinkled across your code base?