diff --git a/docs/releases.md b/docs/releases.md
index 269ecd8..e38cdf4 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -30,6 +30,23 @@
## Version 6
+### v6.1.2
+
+Released on Nov 27, 2024
+
+#### Changes
+
+* `fixes` #2745 : Avoid preventing rendering when albums is returning 401 by @ildyria.
+ > This bug was triggered by requiring login on root to access the gallery.
+* `fixes` #2746 : Fix photo timeline when there are no borders by @ildyria.
+ > Bug introduced by the new timeline layout that was only affecting the photo layout when the absence of border was set in Lychee SE
+* `new` #2749 : Create automated signed releases by @ildyria.
+ > We use [cosign](https://github.com/sigstore/cosign) to generate signed releases.
+ > The public key is available here: [lychee-cosign.pub](https://lycheeorg.github.io/lychee-cosign.pub).
+* `fixes` #2753 : ListAlbum fix by @ildyria.
+ > When using extremely long albums names, the limiting of strings were getting negative length.
+ > This resulted in error 500 when fetching the list of target albums.
+
### v6.1.1
Released on Nov 26, 2024
diff --git a/public/lychee-cosign.pub b/public/lychee-cosign.pub
new file mode 100644
index 0000000..7f0315c
--- /dev/null
+++ b/public/lychee-cosign.pub
@@ -0,0 +1,4 @@
+-----BEGIN PUBLIC KEY-----
+MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1cKN+/HKQHHPz36qlSucwQzTH1Rs
+RFGk5QjzLn0C9DsjPZ6UjTDk6m5306Hj/GGFji33kh2GbcSqt+uZS56OYQ==
+-----END PUBLIC KEY-----
diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro
index 800d071..375140e 100644
--- a/src/components/widgets/Announcement.astro
+++ b/src/components/widgets/Announcement.astro
@@ -10,8 +10,8 @@
>NEW
Lychee 6.1.1 is now available! »Lychee 6.1.2 is now available! »