From cf7088a00e0bcd8d86c2685eaaebbc1908bb0f00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:40:49 +0200 Subject: [PATCH] chore(main): release 0.3.1 (#11) 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 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"