diff --git a/docs/changelog.md b/docs/changelog.md index 9297e87121..3f99482d11 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 +## [v20240818](https://firefish.dev/firefish/firefish/-/merge_requests/11293/commits) - Fix bugs diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 09a02c4972..4e7b66f7d3 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -2,10 +2,6 @@ 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](https://firefish.dev/firefish/firefish/-/blob/main/docs/upgrade.md). -## Upcoming breaking change (unreleased) - -Please take a look at #10947. - ## v20240809 ### For systemd/pm2 users diff --git a/package.json b/package.json index e6f8813866..a523027998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240809", + "version": "20240818", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"