Skip to content

Commit cf7088a

Browse files
chore(main): release 0.3.1 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b142c73 commit cf7088a

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.1](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.0...v0.3.1) (2023-10-03)
4+
5+
6+
### 🐛 Bug fixes
7+
8+
* domain_aliases validation incorrectly failed ([b142c73](https://github.com/scalingo-community/terraform-scalingo-app/commit/b142c73371c765eaf0f7c3f2c24ac8e157b36aed))
9+
310
## [0.3.0](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.2.0...v0.3.0) (2023-09-26)
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.0"
11+
version = "0.3.1"
1212
1313
# Configure the name and the canonical domain of the application
1414
name = "my-app"

0 commit comments

Comments
 (0)