Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#27)
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 May 31, 2022
1 parent 410f7dd commit 03c2187
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ and this project adheres to

Extending the adopted spec, each change should have a link to its corresponding pull request appended.

## [2.0.0](https://github.com/terraform-google-modules/terraform-google-gsuite-export/compare/v1.0.0...v2.0.0) (2022-05-09)


### ⚠ BREAKING CHANGES

* add Terraform 0.13 constraint and module attribution (#21)

### Features

* add Terraform 0.13 constraint and module attribution ([#21](https://github.com/terraform-google-modules/terraform-google-gsuite-export/issues/21)) ([0a94a2d](https://github.com/terraform-google-modules/terraform-google-gsuite-export/commit/0a94a2ddb4b320bb3530227e2842716ce0d4520c))
* update TPG version constraints to allow 4.0 ([#25](https://github.com/terraform-google-modules/terraform-google-gsuite-export/issues/25)) ([0fda657](https://github.com/terraform-google-modules/terraform-google-gsuite-export/commit/0fda657fb79f300e6782a332a76e6fda6048c652))


### Bug Fixes

* update gsuite-exporter to version 0.0.4 ([527a241](https://github.com/terraform-google-modules/terraform-google-gsuite-export/commit/527a24113c38c771eccaaa5afbd08c54d740fe52))

## [Unreleased]

## [1.0.0] - 2019-11-26
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-gsuite-export/v1.0.0"
module_name = "blueprints/terraform/terraform-google-gsuite-export/v2.0.0"
}

}

0 comments on commit 03c2187

Please sign in to comment.