Skip to content

Commit

Permalink
release version 0.44.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjaspermilan authored Sep 9, 2022
1 parent 8e14446 commit 5456f06
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
@@ -1,3 +1,10 @@
## 0.44.0 (September 9, 2022)

FIXES:

* Azure/AWS Peering connections: Replace ReadContext with ReadWithoutTimeout ([GH-389](https://github.com/hashicorp/terraform-provider-hcp/pull/389))
* Documentation: Correct `hvn_link` to `example` instead of `hvn` ([GH-388](https://github.com/hashicorp/terraform-provider-hcp/pull/388))

## 0.43.0 (August 31, 2022)

IMPROVEMENTS:
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.43.0"
version = "~> 0.44.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.43.0"
version = "~> 0.44.0"
}
}
}
Expand Down

0 comments on commit 5456f06

Please sign in to comment.