diff --git a/CHANGELOG.md b/CHANGELOG.md index db50770..de412ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.2...v0.3.3) (2024-01-16) + + +### 👷 Other changes + +* activate dependabot to automate dependencies update PRs ([f4b120c](https://github.com/scalingo-community/terraform-scalingo-app/commit/f4b120c3410f4b3b2e86b2066c89ecd0ae009dab)) + ## [0.3.2](https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.1...v0.3.2) (2023-10-03) diff --git a/README.md b/README.md index b22bcce..054b0ed 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.2" + version = "0.3.3" # Configure the name and the canonical domain of the application name = "my-app"