Skip to content

Commit

Permalink
chore: Prep work for 1.2.0 release
Browse files Browse the repository at this point in the history
- Update to new release 1.2.0
  • Loading branch information
vipinvkmenon committed Jan 15, 2025
1 parent 5943ae9 commit 3756855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: What version of the Terraform provider are you using?
description: What version of the Cloud Foundry Terraform provider are you using?
placeholder: 1.1.0
placeholder: 1.2.0
validations:
required: false
- type: input
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
required_providers {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.1.0"
version = "1.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.1.0"
version = "1.2.0"
}
}
}
Expand Down

0 comments on commit 3756855

Please sign in to comment.