From f4d1fb2cdf8cbe9891e7fdf743b5dfa7d82bc169 Mon Sep 17 00:00:00 2001 From: OpenCloud Devops Date: Wed, 8 Apr 2026 14:49:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=204.0.5=20(#2556)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎉 Release 4.0.5 * 🎉 Release 4.0.5 * chore: bump version * 🎉 Release 4.0.5 --------- Co-authored-by: Michael Barz --- CHANGELOG.md | 10 ++++++++++ pkg/version/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f012fc9259..9aff57ac04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.5](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.5) - 2026-04-02 + +### ❤️ Thanks to all contributors! ❤️ + +@ScharfViktor, @rhafer + +### 📦️ Dependencies + +- Bump go dependencies with known vulnerabilities [[#2566](https://github.com/opencloud-eu/opencloud/pull/2566)] + ## [4.0.4](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.4) - 2026-03-30 ### ❤️ Thanks to all contributors! ❤️ diff --git a/pkg/version/version.go b/pkg/version/version.go index 5e7557d734..4d09b2c5ad 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -34,7 +34,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "4.0.4+dev" + LatestTag = "4.0.5+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions