From a4dedab2f56b55f214c76377feb8e69fcebce115 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 17 Apr 2026 17:31:17 +0000 Subject: [PATCH] chore(release): prepare for v0.4.0 (#100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.4.0] - 2026-04-17 ### 🚀 Features - Auto-enable path-style addressing when a custom endpoint is set (#99) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/storage/pulls/100 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index a654d65..372b6ea 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.3.0" + "version": "v0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa7b1f..a5d4397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2026-04-17 + +### 🚀 Features + +- Auto-enable path-style addressing when a custom endpoint is set (#99) + ## [0.3.0] - 2026-04-16 ### 🚀 Features