Skip to content

Commit f4d1fb2

Browse files
opencloudersmicbar
andauthored
πŸŽ‰ Release 4.0.5 (#2556)
* πŸŽ‰ Release 4.0.5 * πŸŽ‰ Release 4.0.5 * chore: bump version * πŸŽ‰ Release 4.0.5 --------- Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
1 parent d7f87ee commit f4d1fb2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.0.5](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.5) - 2026-04-02
4+
5+
### ❀️ Thanks to all contributors! ❀️
6+
7+
@ScharfViktor, @rhafer
8+
9+
### πŸ“¦οΈ Dependencies
10+
11+
- Bump go dependencies with known vulnerabilities [[#2566](https://github.com/opencloud-eu/opencloud/pull/2566)]
12+
313
## [4.0.4](https://github.com/opencloud-eu/opencloud/releases/tag/v4.0.4) - 2026-03-30
414

515
### ❀️ Thanks to all contributors! ❀️

β€Žpkg/version/version.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
// LatestTag is the latest released version plus the dev meta version.
3535
// Will be overwritten by the release pipeline
3636
// Needs a manual change for every tagged release
37-
LatestTag = "4.0.4+dev"
37+
LatestTag = "4.0.5+dev"
3838

3939
// Date indicates the build date.
4040
// This has been removed, it looks like you can only replace static strings with recent go versions

0 commit comments

Comments
Β (0)