From 91694177c3d9d500450c4742bee5e45af3cfdf8a Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Mon, 17 Mar 2025 00:01:47 +0000 Subject: [PATCH] Update changelog for 0.26.1 --- CHANGELOG.md | 5 +++++ latest_version | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfff87..d1b5ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.26.1 + +- Removed the wrapping of `io.EOF` error when reading files since currently `io.ReadAll` doesn't check for wrapped errors ([#6600](https://github.com/pocketbase/pocketbase/issues/6600)). + + ## v0.26.0 - ⚠️ Replaced `aws-sdk-go-v2` and `gocloud.dev/blob` with custom lighter implementation ([#6562](https://github.com/pocketbase/pocketbase/discussions/6562)). diff --git a/latest_version b/latest_version index 7f6839c..30f6cf8 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.26.0-rc.1 +0.26.1