From 7d02a8852bc695321bc9b457f7afa03c0637b4ef Mon Sep 17 00:00:00 2001 From: naskya Date: Tue, 30 Apr 2024 06:45:15 +0900 Subject: [PATCH] v20240430 --- docs/changelog.md | 2 +- docs/notice-for-admins.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1443205f9d..32a0f9bf48 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ Critical security updates are indicated by the :warning: icon. - Server administrators should check [notice-for-admins.md](./notice-for-admins.md) as well. - Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well. -## :warning: Unreleased +## :warning: [v20240430](https://firefish.dev/firefish/firefish/-/merge_requests/10781/commits) - Add ability to group similar notifications - Add features to share links to an account in the three dots menu on the profile page diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 892e05c8ec..2ea21bfe85 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -2,7 +2,7 @@ You can skip intermediate versions when upgrading from an old version, but please read the notices and follow the instructions for each intermediate version before [upgrading](./upgrade.md). -## Unreleased +## v20240430 ### For all users diff --git a/package.json b/package.json index 0cb06c2bbb..90277975f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240424", + "version": "20240430", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"