:version:`3.6.5 <v3.6.4...v3.6.5>` - 2021-05-07
-----------------------------------------------
**Added**
- Support for disabling ANSI color escape codes via the `NO_COLOR <https://no-color.org/>` environment variable or the ``--no-color`` CLI option. :issue:`1153`
**Changed**
- Generate valid header values for Bearer auth by construction rather than by filtering.