diff --git a/CHANGELOG.md b/CHANGELOG.md index 8311eca5..98078a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ## Bug fixes: +*Contributors of this release (in alphabetical order):* + +# v2.2.1 - 2024-11-08 + +## Improvements: + +## Bug fixes: + * Fix: NUnit projects fail or provide warning as `TearDown : System.InvalidOperationException : Only static OneTimeSetUp and OneTimeTearDown are allowed for InstancePerTestCase mode.` (#320) *Contributors of this release (in alphabetical order):* @gasparnagy diff --git a/Directory.Build.props b/Directory.Build.props index 9072a40c..5e57aadb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ - 2.2.1 + 2.2.2 local 2.0.0 3