diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index dfbab79..0ba3945 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [2.0.0-alpha.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.0-alpha.1) (2024-07-07) + ## [2.0.0-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.0-alpha.0) (2024-07-07) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index 87854f4..82dbc60 100644 --- a/src/dotnet-test-rerun.csproj +++ b/src/dotnet-test-rerun.csproj @@ -14,7 +14,7 @@ README.md GPL-3.0-or-later True - 2.0.0-alpha.0 + 2.0.0-alpha.1 https://github.com/joaoopereira/dotnet-test-rerun wrapper of dotnet test command that automatic rerun failed tests https://github.com/joaoopereira/dotnet-test-rerun