- Cromwell-tools complies with the [Black](https://github.com/python/black) code style now.
- Add Flake8 linting hooks.
- **Drop the support for Python2**: Cromwell-tools will only support running in Python3.x environment from v2.0.0
- Switch to a slimmer PR template.
- Add support for JES-backend OAuth-enabled Cromwell: Cromwell-tools will add `jes_gcs_root `, `google_project `, `google_compute_service_account ` and `user_service_account_json` to the workflows options under the hood if you are using the "Service account" auth option to talk to Cromwell.
- Adding getLogger to cromwell_auth to prevent duplicate logging (kgalens)