diff --git a/docs/api-change.md b/docs/api-change.md index 89cf8a9d38..d9b7095c7c 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240424 - Added `antennaLimit` field to the response of `meta` and `admin/meta`, and the request of `admin/update-meta` (optional). - Added `filter` optional parameter to `notes/renotes` endpoint to filter the types of renotes. It can take the following values: diff --git a/docs/changelog.md b/docs/changelog.md index e49225f3a4..844c45b706 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 +## [v20240424](https://firefish.dev/firefish/firefish/-/merge_requests/10765/commits) - Improve the usability of the feature to prevent forgetting to write alt texts - Add a server-wide setting for the maximum number of antennas each user can create diff --git a/package.json b/package.json index 93594a5698..0e5f0e77ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240421", + "version": "20240424", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"