From d3394b97f021dea323ec3ae36e39930680242482 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 23 May 2024 00:01:57 +0900 Subject: [PATCH] v20240523 --- 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 110d5b2db7..91b20d76f2 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240523 - Added `scheduledAt` optional parameter to `notes/create` (!10789) diff --git a/docs/changelog.md b/docs/changelog.md index 5729bf78f3..4b7d11bd05 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. -## Unreleased +## [v20240523](https://firefish.dev/firefish/firefish/-/merge_requests/10898/commits) - Add scheduled posts - Fix bugs diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index b84aa2bc95..e8e020c2d0 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 +## v20240523 ### For all users diff --git a/package.json b/package.json index 259f714ee0..1ff7aa8726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240516", + "version": "20240523", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"