Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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)


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.2"
version = "0.3.3"

# Configure the name and the canonical domain of the application
name = "my-app"
Expand Down