Added
List of new features
* Added support to extract IP addresses from Windows Event logs (evtx files.) [Issue-15](https://github.com/chapinb/chickadee/issues/15)
* Support for querying VirusTotal [Issue-38](https://github.com/chapinb/chickadee/issues/38)
Fixed
Bugs addressed:
* [Issue-54](https://github.com/chapinb/chickadee/issues/54) - Fixed bug where an inconsistent data type was returned
by the resolver.
Changed
Modifications to existing functionality
* Increased unit test coverage. Leverage mocking for API requests.
* Improved code per Deepsource, PyCharm, and Sourcery recommendations.
* Created function to flatten complex objects for ease of review in CSV files.
* Renamed `backends` to `resolvers` for clarity
* Allowed the specification of multiple resolver API keys in config file, and to choose a resolver with the CLI
* Relocated field handling from chickadee.py to resolver files
Removed
Features removed
* Depreciated ability to specify CHICKADEE_API_KEY environment variable in favor of config files