diff --git a/docs/api-change.md b/docs/api-change.md index 38d259a764..15fd3113b5 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240728 - Added `name`, `category`, `aliases`, `license` optional parameters to `admin/emoji/add` endpoint. - Added `name` optional parameter to `drive/files/upload-from-url` endpoint. diff --git a/docs/changelog.md b/docs/changelog.md index 61d76b0373..3c88bb75c0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,7 +7,7 @@ This changelog is not an exhaustive list. Code refactorings, minor bug fixes, do - Server administrators must check [notice-for-admins.md](https://firefish.dev/firefish/firefish/-/blob/main/docs/notice-for-admins.md) as well. - Third-party client/bot developers may want to check [api-change.md](https://firefish.dev/firefish/firefish/-/blob/main/docs/api-change.md) as well. -## Unreleased +## [v20240728](https://firefish.dev/firefish/firefish/-/merge_requests/11211/commits) - Improve `admin/emoji/add` API - Fix bugs diff --git a/package.json b/package.json index 36623033f2..d98bbb1326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240725", + "version": "20240728", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"