This command adds a new entry to the project's CHANGELOG.md file.
# Update Changelog This command adds a new entry to the project's CHANGELOG.md file. ## Usage Where: - `<version>` is the version number (e.g., "1.1.0") - `<change_type>` is one of: "added", "changed", "deprecated", "removed", "fixed", "security" - `<message>` is the description of the change ## Examples ## Description This command will: 1. Check if a CHANGELOG.md file exists and create one if needed 2. Look for an existing section for the specified version - If found, add the new entry under the appropriate change type section - If not found, cr...