From d0bcf790e17fb41c03c1d55bc7633788d001c5c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 03:12:57 +0000 Subject: [PATCH] Update CHANGELOG with MokoStandards compliance changes Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daef112..3b18c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,18 @@ # Changelog — Moko-Cassiopeia (VERSION: 03.05.00) +## [03.05.01] 2026-01-09 +### Added +- Added `codeql-analysis.yml` workflow for security scanning +- Added `dependency-review.yml` workflow for dependency vulnerability scanning +- Added `standards-compliance.yml` workflow for MokoStandards validation +- Added `.github/dependabot.yml` configuration for automated security updates +- Added `docs/README.md` as documentation index + +### Changed +- Enforced repository compliance with MokoStandards requirements +- Improved security posture with automated scanning and dependency management + ## [03.05.00] 2026-01-04 - Created `.github/workflows` - Replaced `./CODE_OF_CONDUCT.md` from `MokoStandards`