diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c303a7..c0ce4a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.2...v2.0.0) (2024-07-25) + + +### ⚠ BREAKING CHANGES + +* Latest SOT sync of NW, HANA, and S4 templates. ([#140](https://github.com/terraform-google-modules/terraform-google-sap/issues/140)) + +### Features + +* Latest SOT sync of NW, HANA, and S4 templates. ([#140](https://github.com/terraform-google-modules/terraform-google-sap/issues/140)) ([d103087](https://github.com/terraform-google-modules/terraform-google-sap/commit/d103087e138e4d213ebedc9f16042ca028826d01)) + + +### Bug Fixes + +* **deps:** Update Terraform validation to v1.1.1 ([#143](https://github.com/terraform-google-modules/terraform-google-sap/issues/143)) ([ab274a2](https://github.com/terraform-google-modules/terraform-google-sap/commit/ab274a294136f7e6c29e4ceda5d00ccb86ae95e1)) + ## [1.1.2](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.1...v1.1.2) (2024-04-11) diff --git a/modules/s4/README.md b/modules/s4/README.md index b83dd84a..6e780f27 100644 --- a/modules/s4/README.md +++ b/modules/s4/README.md @@ -10,7 +10,7 @@ Basic usage of this module is as follows: ```hcl module "sap_s4" { source = "terraform-google-modules/sap/google//modules/s4" - version = "~> 1.2" + version = "~> 2.0" gcp_project_id = "PROJECT_ID" # example: my-project-x deployment_name = "DEPLOYMENT_NAME" # example: my-deployment diff --git a/modules/s4_ha/README.md b/modules/s4_ha/README.md index 511e8e38..ae02805e 100644 --- a/modules/s4_ha/README.md +++ b/modules/s4_ha/README.md @@ -10,7 +10,7 @@ Basic usage of this module is as follows: ```hcl module "s4_ha" { source = "terraform-google-modules/sap/google//modules/s4_ha" - version = "~> 1.2" + version = "~> 2.0" gcp_project_id = "PROJECT_ID" # example: my-project-x deployment_name = "DEPLOYMENT_NAME" # example: my-deployment