Breaking Change
* Update to support Tornado 6, which is now a min requirement.
* Constructors no longer accept `io_loop` parameters. Instead the current loop will be used.
* Dropped support for EOL Python versions. Supporting only 3.8+
What's Changed
* Update for tornado 6 by joergenreyes0 in https://github.com/silentsound/baiocas/pull/6
* Remove old python versions and fix tests for newer ones by ViViDboarder in https://github.com/silentsound/baiocas/pull/8
* Update pre-commit hooks by ViViDboarder in https://github.com/silentsound/baiocas/pull/7
New Contributors
* joergenreyes0 made their first contribution in https://github.com/silentsound/baiocas/pull/6
**Full Changelog**: https://github.com/silentsound/baiocas/compare/v1.0.3...v2.0.0