From c0d45f6fd4f0b01f2680c8a5f9ffa710125f3c5d Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Fri, 5 Jul 2024 12:46:46 +0100 Subject: [PATCH] Update CHANGELOGs --- backend/canisters/community/CHANGELOG.md | 1 + backend/canisters/group/CHANGELOG.md | 1 + backend/canisters/local_user_index/CHANGELOG.md | 1 + backend/canisters/user/CHANGELOG.md | 1 + 4 files changed, 4 insertions(+) diff --git a/backend/canisters/community/CHANGELOG.md b/backend/canisters/community/CHANGELOG.md index 5bfbbb4213..e8aeee57bf 100644 --- a/backend/canisters/community/CHANGELOG.md +++ b/backend/canisters/community/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add `LifetimeDiamondMembership` access gate ([#5986](https://github.com/open-chat-labs/open-chat/pull/5986)) - Add `UniquePerson` access gate ([#5993](https://github.com/open-chat-labs/open-chat/pull/5993)) +- Support composite access gates ([#5988](https://github.com/open-chat-labs/open-chat/pull/5988)) ## [[2.0.1194](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1194-community)] - 2024-06-06 diff --git a/backend/canisters/group/CHANGELOG.md b/backend/canisters/group/CHANGELOG.md index 2035e73ea9..5e80988dd1 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/). - Add `LifetimeDiamondMembership` access gate ([#5986](https://github.com/open-chat-labs/open-chat/pull/5986)) - Add `UniquePerson` access gate ([#5993](https://github.com/open-chat-labs/open-chat/pull/5993)) +- Support composite access gates ([#5988](https://github.com/open-chat-labs/open-chat/pull/5988)) ## [[2.0.1195](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1195-group)] - 2024-06-06 diff --git a/backend/canisters/local_user_index/CHANGELOG.md b/backend/canisters/local_user_index/CHANGELOG.md index 974d28da95..39bceb2ffa 100644 --- a/backend/canisters/local_user_index/CHANGELOG.md +++ b/backend/canisters/local_user_index/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add `LifetimeDiamondMembership` access gate ([#5986](https://github.com/open-chat-labs/open-chat/pull/5986)) - Add `UniquePerson` access gate ([#5993](https://github.com/open-chat-labs/open-chat/pull/5993)) +- Support composite access gates ([#5988](https://github.com/open-chat-labs/open-chat/pull/5988)) ### Changed diff --git a/backend/canisters/user/CHANGELOG.md b/backend/canisters/user/CHANGELOG.md index eee97c7fd1..47caa5c88e 100644 --- a/backend/canisters/user/CHANGELOG.md +++ b/backend/canisters/user/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add `LifetimeDiamondMembership` access gate ([#5986](https://github.com/open-chat-labs/open-chat/pull/5986)) - Fix `LifetimeDiamondMembership` achievement ([#5995](https://github.com/open-chat-labs/open-chat/pull/5995)) +- Support composite access gates ([#5988](https://github.com/open-chat-labs/open-chat/pull/5988)) ## [[2.0.1222](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1222-user)] - 2024-07-03