Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#7)
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 Sep 22, 2023
1 parent 60aadd1 commit 0e1e72e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [0.1.1](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/compare/v0.1.0...v0.1.1) (2023-09-22)


### Bug Fixes

* update readme usage ([#6](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/issues/6)) ([60aadd1](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/commit/60aadd1e10d3dc30d14ce604ad875c3680aa96be))

## 0.1.0 (2023-09-20)


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

provider_meta "google" {
module_name = "blueprints/terraform/backup-dr/v0.1.0"
module_name = "blueprints/terraform/backup-dr/v0.1.1"
}
}

0 comments on commit 0e1e72e

Please sign in to comment.