From eab42ceae5aa1f3969d213762f719a34edc78e3e Mon Sep 17 00:00:00 2001 From: naskya <m@naskya.net> Date: Fri, 1 Mar 2024 11:15:40 +0900 Subject: [PATCH] v20240301 --- docs/api-change.md | 2 +- docs/changelog.md | 2 +- docs/notice-for-admins.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api-change.md b/docs/api-change.md index cd9d36df94..4046e5c48c 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240301 - With the addition of new features, the following endpoints are added: - check your follow requests that haven't been approved diff --git a/docs/changelog.md b/docs/changelog.md index 1c090a37d3..71ba30951e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ Critical security updates are indicated by the :warning: icon. -## Unreleased +## v20240301 - Add a page (`/my/follow-requests/sent`) to check your follow requests that haven't been approved - Add ability to hide replies from certain users in timelines diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index ce9400890a..1edb5ecca2 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -1,4 +1,4 @@ -# Unreleased +# v20240301 ## For all users diff --git a/package.json b/package.json index 0114e3f6fd..a860ad932d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240229", + "version": "20240301", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"