diff --git a/docs/api-change.md b/docs/api-change.md index cc9234b397..3082ba295c 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,7 +2,7 @@ Breaking changes are indicated by the :warning: icon. -## Unreleased +## v20240714 - The old Mastodon API has been replaced with a new implementation based on Iceshrimp’s. - :warning: The new API uses a new format to manage Mastodon sessions in the database, whereas old implementation uses Misskey sessions. All previous client app and token registrations will not work with the new API. All clients need to be re-registered and all users need to re-authenticate. diff --git a/docs/changelog.md b/docs/changelog.md index 62839466b4..bd4974f490 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ Critical security updates are indicated by the :warning: icon. - 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 +## [v20240714](https://firefish.dev/firefish/firefish/-/merge_requests/11146/commits) - Mastodon API implementation was ported from Iceshrimp, with added Firefish extensions including push notifications, post languages, schedule post support, and more. (#10880) - Fix bugs diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 7b56b6c880..868c30ac6c 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -6,7 +6,7 @@ You can skip intermediate versions when upgrading from an old version, but pleas Please take a look at #10947. -## Unreleased +## v20240714 ### For systemd/pm2 users diff --git a/package.json b/package.json index a814dab7fd..bf1646b4f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240710", + "version": "20240714", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"