diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue index 5f7fa0755..36aad75d0 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue @@ -86,6 +86,15 @@ const menuItems = computed(() => { nativeLink: true, target: '_blank', }, + { + show: true, + showOnCustomBrandedInstance: false, + label: t('SIDEBAR_ITEMS.CHANGELOG'), + icon: 'i-lucide-scroll-text', + link: 'https://www.chatwoot.com/changelog/', + nativeLink: true, + target: '_blank', + }, { show: currentUser.value.type === 'SuperAdmin', showOnCustomBrandedInstance: true, @@ -114,7 +123,7 @@ const allowedMenuItems = computed(() => { - +