Skip to content

Commit

Permalink
Prep 0.41.0 (#373)
Browse files Browse the repository at this point in the history
* release 0.41.0
  • Loading branch information
itsjaspermilan authored Aug 18, 2022
1 parent f710ef4 commit 9d4b2b9
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.41.0 (August 18, 2022)

IMPROVEMENTS:

* provider: Upgrade terraform-plugin-sdk to version 2.21.0 ([GH-371](https://github.com/hashicorp/terraform-provider-hcp/pull/371))

FIXES:

* provider: Updates README examples ([GH-368](https://github.com/hashicorp/terraform-provider-hcp/pull/368))
* provider: Fix root token example in documentation ([GH-372](https://github.com/hashicorp/terraform-provider-hcp/pull/372))

## 0.40.0 (August 11, 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.40.0"
version = "~> 0.41.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.40.0"
version = "~> 0.41.0"
}
}
}
Expand Down

0 comments on commit 9d4b2b9

Please sign in to comment.