Skip to content

Commit

Permalink
Merge pull request #1085 from hashicorp/brandonc/prep_0491_release
Browse files Browse the repository at this point in the history
Revert 'add client caching by config, extract client and logging packages'
  • Loading branch information
brandonc committed Oct 2, 2023
2 parents 417bf2c + 006b4e3 commit 0ea6278
Show file tree
Hide file tree
Showing 14 changed files with 575 additions and 710 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.49.1 (October 2, 2023)

BUG FIXES:
* Reverts previous bug fix for provider making two service discovery requests per provider config. This was an internal refactor that broke some token configuration, by @brandonc [1085](https://github.com/hashicorp/terraform-provider-tfe/pull/1085)"

## v0.49.0 (October 2, 2023)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Declare the provider in your configuration and `terraform init` will automatical
terraform {
required_providers {
tfe = {
version = "~> 0.49.0"
version = "~> 0.49.1"
}
}
}
Expand Down
263 changes: 0 additions & 263 deletions internal/client/client.go

This file was deleted.

Loading

0 comments on commit 0ea6278

Please sign in to comment.