Skip to content

Commit c91b9cc

Browse files
chore(main): release 0.3.2 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e62779a commit c91b9cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.1...v0.3.2) (2023-10-03)
4+
5+
6+
### 🐛 Bug fixes
7+
8+
* inversion of validation of domain_aliases in some particular use cases ([e62779a](https://github.com/scalingo-community/terraform-scalingo-app/commit/e62779affe2cfa8ca6e44fc545d83e5bceffc746))
9+
310
## [0.3.1](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.0...v0.3.1) (2023-10-03)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An opinionated Terraform module to provision an application and database very ea
88
```tf
99
module "my_app" {
1010
source = "scalingo-community/app/scalingo"
11-
version = "0.3.1"
11+
version = "0.3.2"
1212
1313
# Configure the name and the canonical domain of the application
1414
name = "my-app"

0 commit comments

Comments
 (0)