diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f638d23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2025-10-28) + + +### 🏡 Miscellaneous Chores + +* Migrate test assertions from Shouldly to AwesomeAssertions v9.2.1 ([#2](https://github.com/jcamp-code/MongoEntityFramework.AspNetCore.Identity/issues/2)) ([24ee53b](https://github.com/jcamp-code/MongoEntityFramework.AspNetCore.Identity/commit/24ee53bc0caa2e5236d7a4245b2d9ad92ec71514)) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 9777ccf..2c058cb 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -11,7 +11,7 @@ true README.md MIT - 0.0.0 + 1.0.0 true true