diff --git a/backend/canisters/community/CHANGELOG.md b/backend/canisters/community/CHANGELOG.md index b5b435383a..6c18474c59 100644 --- a/backend/canisters/community/CHANGELOG.md +++ b/backend/canisters/community/CHANGELOG.md @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Store IC root key in groups and communities ([#5816](https://github.com/open-chat-labs/open-chat/pull/5816)) +### Removed + +- Remove old `prizes` field ([#5819](https://github.com/open-chat-labs/open-chat/pull/5819)) + ### Fixed - Fix old failing transactions by updating `created` date ([#5799](https://github.com/open-chat-labs/open-chat/pull/5799)) diff --git a/backend/canisters/group/CHANGELOG.md b/backend/canisters/group/CHANGELOG.md index ca6bc71422..2935e7e5f5 100644 --- a/backend/canisters/group/CHANGELOG.md +++ b/backend/canisters/group/CHANGELOG.md @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Store IC root key in groups and communities ([#5816](https://github.com/open-chat-labs/open-chat/pull/5816)) +### Removed + +- Remove old `prizes` field ([#5819](https://github.com/open-chat-labs/open-chat/pull/5819)) + ### Fixed - Fix old failing transactions by updating `created` date ([#5799](https://github.com/open-chat-labs/open-chat/pull/5799))