From bc9b8ac4a626171bdbe37e5a6ebeb86133f20b95 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Mon, 23 Oct 2023 20:58:30 +0200 Subject: [PATCH] Release 4.6.1 (#1231) --- ChangeLog.md | 6 ++++++ src/VisualStudioCode/package/CHANGELOG.md | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 421927c07a..a76362b8e0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.6.1] - 2023-10-23 + +### Fixed + +- Fix [RCS1197](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197) ([PR](https://github.com/dotnet/roslynator/pull/1226)). + ## [4.6.0] - 2023-10-18 ### Added diff --git a/src/VisualStudioCode/package/CHANGELOG.md b/src/VisualStudioCode/package/CHANGELOG.md index f76c1c1288..587553ed8d 100644 --- a/src/VisualStudioCode/package/CHANGELOG.md +++ b/src/VisualStudioCode/package/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.6.1] - 2023-10-23 + ### Fixed - Fix [RCS1197](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197) ([PR](https://github.com/dotnet/roslynator/pull/1226)).