From c91b9ccfdabad7aff08c10bd1476f721763fc6df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:19:35 +0200 Subject: [PATCH] chore(main): release 0.3.2 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6530de..db50770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.1...v0.3.2) (2023-10-03) + + +### 🐛 Bug fixes + +* inversion of validation of domain_aliases in some particular use cases ([e62779a](https://github.com/scalingo-community/terraform-scalingo-app/commit/e62779affe2cfa8ca6e44fc545d83e5bceffc746)) + ## [0.3.1](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.0...v0.3.1) (2023-10-03) diff --git a/README.md b/README.md index 0d313a7..b22bcce 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.1" + version = "0.3.2" # Configure the name and the canonical domain of the application name = "my-app"