From d169bd033d4eaf8eb04c8a166895c914394fb293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 23:16:09 +0000 Subject: [PATCH] chore(master): release 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Storage/Storage.csproj | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 75ec52f..b44b287 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aca07a..67e1d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/supabase-community/storage-csharp/compare/v2.3.0...v2.4.0) (2025-09-09) + + +### Features + +* implement cancelation token on some of upload method ([#30](https://github.com/supabase-community/storage-csharp/issues/30)) ([3befec0](https://github.com/supabase-community/storage-csharp/commit/3befec0181de15459fa427e32bebc4b92d82c161)) + ## [2.3.0](https://github.com/supabase-community/storage-csharp/compare/v2.2.0...v2.3.0) (2025-09-09) diff --git a/Storage/Storage.csproj b/Storage/Storage.csproj index 4e67332..b42b6b1 100644 --- a/Storage/Storage.csproj +++ b/Storage/Storage.csproj @@ -17,8 +17,8 @@ https://avatars.githubusercontent.com/u/54469796?s=200&v=4 supabase, storage - 2.3.0 - 2.3.0 + 2.4.0 + 2.4.0 https://github.com/supabase-community/storage-csharp git @@ -35,7 +35,7 @@ - 2.3.0 + 2.4.0 $(VersionPrefix)