Skip to content

Commit

Permalink
Prep v0.17.0 (#200)
Browse files Browse the repository at this point in the history
* Update change log and bump version in examples

* Fix autoformatting issue
  • Loading branch information
lackeyjb authored Sep 23, 2021
1 parent 075a0ca commit a3addb9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.17.0 (Unreleased)

IMPROVEMENTS:

* provider: Bump `hcp-sdk-go` dependency ([#199](https://github.com/hashicorp/terraform-provider-hcp/pull/199))

FEATURES:

* **New data source** `hcp_packer_image` ([#194](https://github.com/hashicorp/terraform-provider-hcp/pull/194))
* **New data source** `hcp_packer_iteration` ([#194](https://github.com/hashicorp/terraform-provider-hcp/pull/194))

## 0.16.0 (September 15, 2021)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.16.0"
version = "~> 0.17.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.16.0"
version = "~> 0.17.0"
}
}
}
Expand Down

0 comments on commit a3addb9

Please sign in to comment.