From 39cef6e79c309263a3c9684199bb51417d553b3b Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Fri, 15 Nov 2024 14:52:34 +0000 Subject: [PATCH] Update CHANGELOGs --- backend/canisters/community/CHANGELOG.md | 1 + backend/canisters/group/CHANGELOG.md | 1 + backend/canisters/local_user_index/CHANGELOG.md | 6 +++++- backend/canisters/user/CHANGELOG.md | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/backend/canisters/community/CHANGELOG.md b/backend/canisters/community/CHANGELOG.md index 936dfc8b84..2d41092db0 100644 --- a/backend/canisters/community/CHANGELOG.md +++ b/backend/canisters/community/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Reduce size of metrics in memory ([#6765](https://github.com/open-chat-labs/open-chat/pull/6765)) - Run cycles check (+ other background tasks) when executing timer jobs ([#6815](https://github.com/open-chat-labs/open-chat/pull/6815)) - Add cycles balance check to more timer jobs ([#6822](https://github.com/open-chat-labs/open-chat/pull/6822)) +- Add the `BotCommand` access token type ([#6830](https://github.com/open-chat-labs/open-chat/pull/6830)) ### Removed diff --git a/backend/canisters/group/CHANGELOG.md b/backend/canisters/group/CHANGELOG.md index 91a75c7f9b..44ec20f50f 100644 --- a/backend/canisters/group/CHANGELOG.md +++ b/backend/canisters/group/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Add cycles balance check to more timer jobs ([#6822](https://github.com/open-chat-labs/open-chat/pull/6822)) +- Add the `BotCommand` access token type ([#6830](https://github.com/open-chat-labs/open-chat/pull/6830)) ## [[2.0.1453](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1453-group)] - 2024-11-14 diff --git a/backend/canisters/local_user_index/CHANGELOG.md b/backend/canisters/local_user_index/CHANGELOG.md index 3ba34e38e7..7fb9e704bc 100644 --- a/backend/canisters/local_user_index/CHANGELOG.md +++ b/backend/canisters/local_user_index/CHANGELOG.md @@ -6,13 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] +### Changed + +- Add `BotApiCanister` to the canister state ([#6828](https://github.com/open-chat-labs/open-chat/pull/6828)) +- Add the `BotCommand` access token type ([#6830](https://github.com/open-chat-labs/open-chat/pull/6830)) + ## [[2.0.1454](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1454-local_user_index)] - 2024-11-14 ### Changed - Top up canisters which have fewer than `MIN_CYCLES_BALANCE` cycles ([#6819](https://github.com/open-chat-labs/open-chat/pull/6819)) - Reduce top up amount to 0.02T ([#6821](https://github.com/open-chat-labs/open-chat/pull/6821)) -- Add `BotApiCanister` to the canister state ([#6828](https://github.com/open-chat-labs/open-chat/pull/6828)) ## [[2.0.1447](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1447-local_user_index)] - 2024-11-13 diff --git a/backend/canisters/user/CHANGELOG.md b/backend/canisters/user/CHANGELOG.md index ef6a0b4004..4447244a20 100644 --- a/backend/canisters/user/CHANGELOG.md +++ b/backend/canisters/user/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Run cycles check (+ other background tasks) when executing timer jobs ([#6815](https://github.com/open-chat-labs/open-chat/pull/6815)) - Add cycles balance check to more timer jobs ([#6822](https://github.com/open-chat-labs/open-chat/pull/6822)) - Avoid iterating all events when migrating private replies after group import ([#6827](https://github.com/open-chat-labs/open-chat/pull/6827)) +- Add the `BotCommand` access token type ([#6830](https://github.com/open-chat-labs/open-chat/pull/6830)) ### Removed