Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 22, 2024
1 parent c786042 commit f49dd41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.2.0](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/compare/v0.1.0...v0.2.0) (2024-02-22)


### ⚠ BREAKING CHANGES

* add deletion_policy in volumes ([#9](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/9))

### Features

* add deletion_policy in volumes ([#9](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/issues/9)) ([c786042](https://github.com/GoogleCloudPlatform/terraform-google-netapp-volumes/commit/c78604263a3d0fe4dc5e61a29cc18ff76f0999ed))

## 0.1.0 (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Functional examples are included in the [examples](./examples/) directory. Basic
```hcl
module "netapp_pool_volume" {
source = "GoogleCloudPlatform/netapp-volumes/google"
version = "~> 0.1"
version = "~> 0.2"
project_id = "test-project-id"
location = "us-central1"
Expand Down

0 comments on commit f49dd41

Please sign in to comment.