diff --git a/docs/api-change.md b/docs/api-change.md index dc4d24e25a..29989ded87 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240221 - Added `admin/set-emoji-moderator` endpoint, where moderators can give these permissions to regular users: - `add`: Add new custom emojis, set tag/category/license to newly added custom emojis diff --git a/docs/changelog.md b/docs/changelog.md index 16e26994cf..63b6c08081 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ Critical security updates are indicated by the :warning: icon. -## Unreleased +## v20240221 - Add the ability to give regular (non-moderator) users permission to manage custom emojis - Fix a bug that made impossible to update user profiles under some conditions diff --git a/package.json b/package.json index b0fb36d8c0..4aaca74cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240217-1", + "version": "20240221", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"