From cdad7f1f6668b76944b05c782eeed165de78c977 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Thu, 16 Apr 2026 06:50:17 +0000 Subject: [PATCH] chore(release): prepare for v0.2.0 (#96) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.2.0] - 2026-04-16 ### 🚀 Features - Add PresignURL method for existing objects (#95) ### 🐛 Bug Fixes - *(deps)* Update aws-sdk-go-v2 monorepo (#92) - *(deps)* Update aws-sdk-go-v2 monorepo (#93) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/storage/pulls/96 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.version b/.version index b79476d..1437d5b 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.4" + "version": "v0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 22eed4d..58f4213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## [0.1.4] - 2026-03-31 +## [0.2.0] - 2026-04-16 + +### 🚀 Features + +- Add PresignURL method for existing objects (#95) + +### 🐛 Bug Fixes + +- *(deps)* Update aws-sdk-go-v2 monorepo (#92) +- *(deps)* Update aws-sdk-go-v2 monorepo (#93) + +## [0.1.4] - 2026-04-02 ### 🐛 Bug Fixes