diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb1e89..b6530de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.0...v0.3.1) (2023-10-03) + + +### 🐛 Bug fixes + +* domain_aliases validation incorrectly failed ([b142c73](https://github.com/scalingo-community/terraform-scalingo-app/commit/b142c73371c765eaf0f7c3f2c24ac8e157b36aed)) + ## [0.3.0](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.2.0...v0.3.0) (2023-09-26) diff --git a/README.md b/README.md index 2fdc6af..0d313a7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An opinionated Terraform module to provision an application and database very ea ```tf module "my_app" { source = "scalingo-community/app/scalingo" - version = "0.3.0" + version = "0.3.1" # Configure the name and the canonical domain of the application name = "my-app"