Resolves 75, `connectorcard.send()` will now raise a `TeamsWebhookException` when a sent message is too large for the API to handle. Thanks stmoody.
0.1.13
potentialaction: New method: `addOpenURI`. Thanks ipsoftar connectorcard: exposes the http response object as class attribute `last_http_response`
0.1.12
Now allows for custom CA Bundles and disabling CA verification by leveraging the requests verify parameter: https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification
0.1.11
Will now raise a `TeamsWebhookException` exception when an http call to the webhook service fails.