Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 3, 2023
1 parent b142c73 commit cf7088a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf7088a

Please sign in to comment.