From 0865815e111bed353bf2bb3b270500388b5c8bae Mon Sep 17 00:00:00 2001 From: Vipin Menon Date: Wed, 28 Aug 2024 12:04:39 +0530 Subject: [PATCH] chore: Prep Release v1.6.0 (#895) Update reference to 1.6.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- docs/index.md | 2 +- examples/provider/provider.tf | 2 +- integration/provider.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 98cd75ab..eb40ba14 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,7 @@ body: attributes: label: What version of the Terraform provider are you using? description: What version of the Terraform provider for SAP BTP are you using? - placeholder: 1.5.0 + placeholder: 1.6.0 validations: required: true - type: input diff --git a/docs/index.md b/docs/index.md index 8e68b124..8c1e7193 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.5.0" + version = "1.6.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 700d2c7d..499a1190 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.5.0" + version = "1.6.0" } } } diff --git a/integration/provider.tf b/integration/provider.tf index a6fe7bf6..d3e95ad8 100644 --- a/integration/provider.tf +++ b/integration/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.5.0" + version = "1.6.0" } } }