0.2.1 (2024.9.12)
=================
 - add precommit
 - remove breakpoint

0.2.0 (2024.8.9)
================
 - chore: just simplify
 - ci: add whitelist_externals = python to tox
 - ci: attempt to fix issues
 - ci: install deps
 - ci: copy/paste issue
 - ci: resolve issues
 - switch to rye
 - chore: update release pipeline
 - Use boto3 session instead of boto3 client
 - Add dependabot support
 - chore: update dependencies and fix github actions
 - Adds resolve_cname_enabled option
 - Expand documentation with discussion on CNAME use.
 - Raise OperationalError when CNAME resolution fails instead of generic Exception.
 - Implement recursive CNAME resolution with a stop condition.

0.1.4 (2020.12.7)
=================
 - Remove default ca-central-1 region name for boto3


0.1.3 (2020.11.5)
=================
 - Add support for MySQL via AWS RDS
 - Add support for defining custom AWS RDS region name
 - Add Github actions workflows
 - Run tests against Python 3.8 and Django 3.1 as well


0.1.2 (2019-09-26)
==================
 - Fix github actions release workflow


0.1.1 (2019-09-26)
==================
 - Fix deployment pipeline


0.1.0 (2019-09-26)
==================
 - Resolve the hostname if it is a CNAME to use the correct RDS hostname
   for generating the auth token


0.3.0 (2019-09-12)
==================
 - Only enable the IAM token generation when the db option `use_iam_auth`
   is set.


0.2.0 (2019-09-11)
==================
 - Fix KeyError when no password was set


0.1.0 (2019-09-11)
==================
 - Initial project release
