From 30561574aad8ea088ad1abe04a0f20b9adcf9844 Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Sat, 22 Apr 2023 19:32:20 +0200 Subject: [PATCH] fix: skip version --- docs/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index d37c0ac..8e2e85e 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 2.0.0-beta7 - Apr 22, 2023 +#### 2.0.0-beta8 - Apr 22, 2023 - F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200) - BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async` - BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside)