Skip to content

Commit

Permalink
Prep 0.40.0 (#370)
Browse files Browse the repository at this point in the history
* update changelog

* update version

* update changelog date
  • Loading branch information
JolisaBrownHashiCorp authored Aug 11, 2022
1 parent eeabfed commit 870955c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.40.0 (August 11, 2022)

FIXES:

* provider: Updates codeowners ([GH-369](https://github.com/hashicorp/terraform-provider-hcp/pull/369))

## 0.39.0 (August 5, 2022)

FIXES:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.39.0"
version = "~> 0.40.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.39.0"
version = "~> 0.40.0"
}
}
}
Expand Down

0 comments on commit 870955c

Please sign in to comment.