This release introduces a new functionality, which allows users to not only create but also send adaptive cards.
A new `TeamsClient` has been implemented, which can be used to easily send previously created cards to MS Teams channels via Webhook URLs.
Other than that, a few minor issues has been addressed and the documentation was updated accordingly.
What's Changed
* Allow sending cards to MS Teams via Webhook URLs by dennis6p in https://github.com/dennis6p/adaptive-cards-py/pull/22
**Full Changelog**: https://github.com/dennis6p/adaptive-cards-py/compare/0.0.10...0.0.11