Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#51)
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 Nov 6, 2024
1 parent b41b37c commit 32af350
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ 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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/compare/v0.2.0...v0.3.0) (2024-11-06)


### Features

* **deps:** Update Terraform google to v6 ([#45](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/issues/45)) ([80844d3](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/commit/80844d37a86ae243ab50ba2d5fd74109e66f1849))


### Bug Fixes

* update versions.tf to allow latest MS version ([#52](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/issues/52)) ([b41b37c](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/commit/b41b37c5b4528a5bc6c3f98fbd2677ef2fb59438))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-backup-dr/compare/v0.1.1...v0.2.0) (2024-10-25)


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.2.0"
module_name = "blueprints/terraform/backup-dr/v0.3.0"
}
}

0 comments on commit 32af350

Please sign in to comment.