Skip to content

Commit

Permalink
Prepare Release v1.19.2 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Jul 28, 2020
1 parent d07f149 commit 1ea8385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.20.0 (unreleased)
## 1.19.2 (July 28, 2020)

CHANGED:

Expand Down
2 changes: 1 addition & 1 deletion hcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func Provider() terraform.ResourceProvider {
func providerConfigure(d *schema.ResourceData) (interface{}, error) {
opts := []hcloud.ClientOption{
hcloud.WithToken(d.Get("token").(string)),
hcloud.WithApplication("hcloud-terraform", "1.18.1"),
hcloud.WithApplication("hcloud-terraform", "1.19.2"),
}
if endpoint, ok := d.GetOk("endpoint"); ok {
opts = append(opts, hcloud.WithEndpoint(endpoint.(string)))
Expand Down

0 comments on commit 1ea8385

Please sign in to comment.