Skip to content

Commit

Permalink
add ado ConfigurationSource option (#467)
Browse files Browse the repository at this point in the history
* add  ConfigurationSource option

* add entry to changelog

* update changelog entry to correct release
  • Loading branch information
mjyocca committed Jul 19, 2022
1 parent 8176a2b commit 007ee45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

# v1.6.0
* Add `Name` field to `OAuthClient` by @barrettclark [#466](https://github.com/hashicorp/go-tfe/pull/466)
* Add `ConfigurationSourceAdo` configuration source option by @mjyocca [#467](https://github.com/hashicorp/go-tfe/pull/467)

# v1.5.0

Expand Down
1 change: 1 addition & 0 deletions configuration_version.go
Expand Up @@ -74,6 +74,7 @@ const (
ConfigurationSourceBitbucket ConfigurationSource = "bitbucket"
ConfigurationSourceGithub ConfigurationSource = "github"
ConfigurationSourceGitlab ConfigurationSource = "gitlab"
ConfigurationSourceAdo ConfigurationSource = "ado"
ConfigurationSourceTerraform ConfigurationSource = "terraform"
)

Expand Down

0 comments on commit 007ee45

Please sign in to comment.