From 7539b5db2432014651845beb3972c06cfc224db4 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Thu, 16 Apr 2026 09:03:25 +0000 Subject: [PATCH] chore(release): prepare for v0.3.0 (#98) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.3.0] - 2026-04-16 ### 🚀 Features - Add PresignInlineURL method for inline content display (#97) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/storage/pulls/98 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 1437d5b..a654d65 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.2.0" + "version": "v0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f4213..9fa7b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.0] - 2026-04-16 + +### 🚀 Features + +- Add PresignInlineURL method for inline content display (#97) + ## [0.2.0] - 2026-04-16 ### 🚀 Features