diff --git a/CHANGELOG.md b/CHANGELOG.md index e076778..12d83be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.23.0](https://github.com/briancaffey/terraform-aws-django/compare/v0.22.1...v0.23.0) (2023-01-21) + + +### Features + +* Change default instance type from t2.micro to t3.micro ([#56](https://github.com/briancaffey/terraform-aws-django/issues/56)) ([8d81226](https://github.com/briancaffey/terraform-aws-django/commit/8d812267bd0d3ff830d56778ae20b030daad9733)) + ## [0.22.1](https://github.com/briancaffey/terraform-aws-django/compare/v0.22.0...v0.22.1) (2023-01-21)