diff --git a/CHANGELOG.md b/CHANGELOG.md index 1678a59..9cf5907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ will not have contiguous patch numbers. Initial major and minor releases will be in this file without a patch number. Patch version will be included for bug fixes, but may not exactly match a publicly released version. +## [3.0.3] - 2021-08-06 + +### Changed + +* Update dependencies for Neo 3.0.2 release + ## [3.0] - 2021-08-02 ### Changed diff --git a/src/assertions/assertions.csproj b/src/assertions/assertions.csproj index ac8f5af..4dd63bb 100644 --- a/src/assertions/assertions.csproj +++ b/src/assertions/assertions.csproj @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/src/test-harness/test-harness.csproj b/src/test-harness/test-harness.csproj index 6cdfea1..c2e3977 100644 --- a/src/test-harness/test-harness.csproj +++ b/src/test-harness/test-harness.csproj @@ -7,6 +7,7 @@ net5.0 - + + \ No newline at end of file