v1.10.0
FEATURES:
* `postgresql_database`: Drop connections before drop database (Postgresql >=13) - @p4cket
[#14](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/14)
:warning: In previous versions, Terraform failed to drop databases if they are still in used.
Now databases will be dropped in any case.
* Use lazy connections - @cyrilgdn
[#5](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/5)