Skip to content

Commit

Permalink
chore(master): release 1.1.1 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 5, 2023
1 parent 32c9eb8 commit 61a1157
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.0...v1.1.1) (2022-12-29)


### Bug Fixes

* fixes lint issues and generated metadata ([#74](https://github.com/terraform-google-modules/terraform-google-sap/issues/74)) ([6df49df](https://github.com/terraform-google-modules/terraform-google-sap/commit/6df49df92fac96b22d224a1fdced29a2b9272345))

## [1.1.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.0.0...v1.1.0) (2022-12-02)


Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.1.0"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.1.1"
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.1.0"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.1.1"
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_scaleout/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.1.0"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.1.1"
}
}

0 comments on commit 61a1157

Please sign in to comment.