Added
* add `--exclude-key` (`-ek`) option to `dotenvx encrypt` and `dotenvx decrypt` ([344](https://github.com/dotenvx/dotenvx/pull/344))
Changed
* preserve comments and spacing on first-time generation of .env.example file ([346](https://github.com/dotenvx/dotenvx/pull/346))
Removed
* removed `winston` - logger simplified to use `console.log` going forward ([347](https://github.com/dotenvx/dotenvx/pull/347))