Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 16, 2024
1 parent 821d867 commit 41c1711
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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/).

## [1.1.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v1.0.0...v1.1.0) (2024-09-16)


### Features

* **deps:** Update Terraform google to v6 ([#36](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/36)) ([821d867](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/821d86713fc3a55fe054ead9c3dfdcc1794fbc52))

## [1.0.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v0.3.0...v1.0.0) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Functional examples are included in the [examples](./examples/) directory. Basic
```hcl
module "netapp_pool_volume" {
source = "GoogleCloudPlatform/netapp-volumes/google"
version = "~> 1.0"
version = "~> 1.1"
project_id = "test-project-id"
location = "us-central1"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-netapp-volumes/v1.0.0"
module_name = "blueprints/terraform/terraform-google-netapp-volumes/v1.1.0"
}
}

0 comments on commit 41c1711

Please sign in to comment.