diff --git a/ChangeLog.md b/ChangeLog.md index 5d75141f4b..c1ebf472f8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.13.1] - 2025-02-23 + ### Added - Support custom path of a test file ([PR](https://github.com/dotnet/roslynator/pull/1609)) - - It's possible to specify a directory path and/or a file name. + - It's possible to specify a directory path and/or a file name of a test file. + - Applies to testing library (Roslynator.Testing.*). ## [4.13.0] - 2025-02-09 diff --git a/src/VisualStudioCode/package/CHANGELOG.md b/src/VisualStudioCode/package/CHANGELOG.md index e260919f65..0dd4c5eedb 100644 --- a/src/VisualStudioCode/package/CHANGELOG.md +++ b/src/VisualStudioCode/package/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.13.1] - 2025-02-23 + +### Added + +- Support custom path of a test file ([PR](https://github.com/dotnet/roslynator/pull/1609)) + - It's possible to specify a directory path and/or a file name of a test file. + - Applies to testing library (Roslynator.Testing.*). + ## [4.13.0] - 2025-02-09 ### Fixed