diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index b44b287..adf5fd7 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.4.0"
+ ".": "2.4.1"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67e1d94..564f033 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.4.1](https://github.com/supabase-community/storage-csharp/compare/v2.4.0...v2.4.1) (2025-10-18)
+
+
+### Bug Fixes
+
+* implement in-memory caching for resumable uploads, optimize erro… ([#35](https://github.com/supabase-community/storage-csharp/issues/35)) ([7a78ea7](https://github.com/supabase-community/storage-csharp/commit/7a78ea759024832e28a538e0d8eb195b5eee7226))
+
## [2.4.0](https://github.com/supabase-community/storage-csharp/compare/v2.3.0...v2.4.0) (2025-09-09)
diff --git a/Storage/Storage.csproj b/Storage/Storage.csproj
index b42b6b1..7753bf6 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.4.0
- 2.4.0
+ 2.4.1
+ 2.4.1
https://github.com/supabase-community/storage-csharp
git
@@ -35,7 +35,7 @@
- 2.4.0
+ 2.4.1
$(VersionPrefix)