This release enhances security workflows by enabling direct download of KMS-encrypted objects via the MinIO Client. Additionally, administrative tasks are streamlined through a simplified license registration process and more robust, idempotent policy management commands for automation.

### New Features

*   Directly download KMS-encrypted objects using the `mc get` command with the new `--enc-kms` flag, simplifying secure data retrieval workflows. (#10)

### Improvements

*   The `mc admin policy attach` and `mc admin policy detach` commands are now idempotent, preventing script failures when a policy is already in the desired state. This improves the robustness of automated configuration management. (#9)
*   Simplified the `mc license register` command by automatically retrieving license information from the server, removing the need for the `--license` flag. (#6)
*   Added a progress bar to the `mc support profile` command for clear visual feedback on data download and upload status. (#5)

### Breaking Changes

*   The `mc license register` command no longer accepts the `--license` flag. Scripts and automated processes using this command must be updated to remove the flag to ensure continued functionality. (#6)