docs: fix CHANGELOG to use [Unreleased] for release system
Universal: Auto Version Bump / Version Bump (push) Successful in 21s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 30s

This commit is contained in:
2026-06-21 23:50:55 +00:00
parent 08ed41ebf4
commit e6a5cb379e
+17 -12
View File
@@ -1,21 +1,26 @@
# Changelog
<!--
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
SPDX-License-Identifier: GPL-3.0-or-later
INGROUP: MokoSuiteSupport.Documentation
BRIEF: Version history using Keep a Changelog
-->
All notable changes to MokoSuiteSupport will be documented in this file.
# Changelog — MokoSuiteSupport
## [01.00.04-dev] - 2026-06-21
## [Unreleased]
### Added
- Package manifest (`pkg_mokosuitesupport.xml`) with dlid and updateservers
- ConversationHelper: create, message, unified inbox, assign, close with CSAT
- AgentHelper: availability check, auto-assign (least-busy), performance metrics
- CannedResponseHelper: quick replies, keyword search, category management
- WebhookChannelHelper: Facebook + WhatsApp inbound processing, conversation continuity
- CsatHelper: CSAT scoring, by-channel breakdown, weekly trend
- Wiki: Home, guides/Installation, reference/Helpers
- README with channel overview
- **Package Manifest** — `pkg_mokosuitesupport.xml` with dlid and updateservers
- **ConversationHelper** — create, message, unified inbox, assign, close with CSAT
- **AgentHelper** — availability check, auto-assign (least-busy), performance metrics
- **CannedResponseHelper** — quick replies, keyword search, category management
- **WebhookChannelHelper** — Facebook + WhatsApp inbound processing, conversation continuity
- **CsatHelper** — CSAT scoring, by-channel breakdown, weekly trend
- **Wiki** — Home, guides/Installation, reference/Helpers
- **README** — channel overview
### Fixed
- WebhookChannelHelper: conversation race condition on concurrent webhooks (FOR UPDATE transaction)
- **WebhookChannelHelper** — conversation race condition on concurrent webhooks (FOR UPDATE transaction)
### Security
- Review #19: 1 critical fix applied