diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5445551..3bdd442 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release notes ============== -### Unrealeased +### 3.0.0 (2024-08-12) * **Breaking:** The `HttpResponseMessage` assertion `HaveStringContentSatisfying` now returns the inner `Async<_>` value instead of `Async`. This allows using this assertion to return values derived from the HTTP content, while still diff --git a/src/Faqt/Faqt.fsproj b/src/Faqt/Faqt.fsproj index 620197d..6c51ed5 100644 --- a/src/Faqt/Faqt.fsproj +++ b/src/Faqt/Faqt.fsproj @@ -2,7 +2,7 @@ net5.0;net7.0;net8.0 - 2.0.0 + 3.0.0 Christer van der Meeren A fluent assertion library for F#. MIT