This version sees a small modification to `targets.get_scope()` so that it works to grab the scope of Mobile targets.
0.3.0
This version sees the addition of `targets.get_upcoming()` and `targets.get_query()`, which allows for better querying of the targets you have available on Synack.
0.2.9
In this version, I added the ability to use a file titled 'generic.txt' in the same folder as your other templates in the event that you do not have a template for a specific mission.
0.2.8
The following have been fixed in this release: * `pending_slug` was removed from the Synack `\api\launchpoint` endpoint and has been removed here accordingly * There was a typo in the Alerts documentation that has been resolved
0.2.7
* Sometimes the claimedOn property of a mission is written as `%Y-%m-%dT%H:%M:%SZ` instead of `%Y-%m-%dT%H:%M:%S.%fZ`. An exception used to occur if this happened. This is now fixed.
0.2.6
* `targets.get_scope()` will now pull the scope of the connected target if no arguments provided * Alphabetized defs for better organization