We're going to aim to follow the excellent practices promulgated [by 18F about release notes](https://18f.gsa.gov/2017/01/17/life-changing-magic-writing-release-notes/).
This release is the first we're pushing to the GitHub, though we've pushed releases to PyPI previously. We've [done some work](https://github.com/dhs-ncats/trustymail/pull/32) for these stay in sync, but the repo version will contain a `-dev` suffix.
__Added__
* STARTTLS support is enabled by default or via the ` --starttls` option ([link](https://github.com/dhs-ncats/trustymail/pull/8))
* The SPF `redirect` directive is followed in SPF scans ([link](https://github.com/dhs-ncats/trustymail/pull/29))
* By default, trustymail will use the DNS that your host uses, but you can now specify a DNS server to use with `--dns=` ([link](https://github.com/dhs-ncats/trustymail/pull/30))
__Fixed__
* Individual scans with trustymail were inconsistent, run to run, especially for SPF results ([link](https://github.com/dhs-ncats/trustymail/pull/25))