- Use correct example output in documentation - Replace `accenture.com` output from debugging with `fbi.gov` output - That's what I get for copy/pasting without reading :(
2.1.2
-----
- Raise an error when multiple `spf1` `TXT` records are found
- Improve DMARC regex for edge cases - Use Organizational Domain when checking DMARC URI destination - Simplify exceptions - Refactor dome method return values - Add more unit tests - Many documentation improvements and fixes - PEP 8 compliant
2.0.0
-----
- Check for misplaced DMARC records - Update documentation - Write unit tests and deploy CI (12)
1.8.1
-----
- Fix a bug that causes all DMARC lookups to fail - First unit tests