From da8a486510b4256cd2ff4d556c6e0f79267f7953 Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:43:43 +0200 Subject: [PATCH] :bookmark: Version 3.18.2 (#245) --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6730b18a..5e939204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Mindee .NET API Library Changelog +## v3.18.2 - 2024-07-22 +### Fixes +* :bug: fix RestSharp's restclient being given improper scope for use in workers + + + ## v3.18.1 - 2024-07-19 ### Fixes * :bug: fix issue that prevented the API from working in workers without manually adding RestClient as a dependency. diff --git a/Directory.Build.props b/Directory.Build.props index cd1c5ea9..f2c977cb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 3.18.1 + 3.18.2 Mindee https://github.com/mindee/mindee-api-dotnet https://github.com/mindee/mindee-api-dotnet