diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c303a7..74961410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ 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-11-06) + + +### ⚠ 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 ([#147](https://github.com/terraform-google-modules/terraform-google-sap/issues/147)) ([c90e2e2](https://github.com/terraform-google-modules/terraform-google-sap/commit/c90e2e2413e49156a9c32968f4672c385da112b4)) +* 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)) +* **deps:** Update Terraform validation to v1.1.1 ([#149](https://github.com/terraform-google-modules/terraform-google-sap/issues/149)) ([febc30d](https://github.com/terraform-google-modules/terraform-google-sap/commit/febc30daafeaabbd1a2fa790c30ad61d8136d1c0)) + ## [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 739c9c08..632deb00 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 d47cff7e..b026e6e5 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