From 0a4e0ba8b318615674e2dea1fa5cf4dcc12a3887 Mon Sep 17 00:00:00 2001 From: Dave Glick Date: Thu, 10 Mar 2022 08:41:44 -0500 Subject: [PATCH] Release notes --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index c9b69040..35bffc08 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +# 1.0.0-beta.46 + +- Updated Statiq Framework to version [1.0.0-beta.60](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.60). + # 1.0.0-beta.45 - **Breaking change:** To make the distinction between normal beginning of file block comments in a C# file and front matter comments, front matter block comments in C# files must now use an extra dash like `/*-` and `-*/`.