This release simplifies configuration in FIPS 140-3 environments and streamlines identity management for users and administrators. Key enhancements include more intuitive command-line help and improved HSM administration, reducing operational overhead.

### Improvements
- Upgraded to Go 1.25, which automatically generates internode communication keys in FIPS 140-3 mode, removing the need for manual key configuration. (#184)
- Allows authenticated clients to retrieve their own identity information without requiring a special policy, simplifying identity verification and self-service workflows. (#181)
- Enhanced command-line help text to include optional flags in the usage synopsis, improving discoverability of command options. (#179)
- Added the `restart` subcommand to the main `minkms` help output for improved visibility. (#185)

### Bug Fixes
- Resolved an issue where a newly added HSM required two service restarts to become active. Configuration changes to HSMs are now correctly applied after a single restart. (#182)

### Security Updates
- Updated core software dependencies to their latest versions to incorporate recent security patches and improvements. (#183)

### Deprecations
- The `tls.internal.key` configuration option is now deprecated and will be ignored, as internode keys are managed automatically in FIPS mode. (#184)
- The `hsm: minkms:` configuration structure is deprecated in favor of `hsm: minio: minkms:`. Existing configurations will continue to function but will generate a warning. (#180)