Skip to content

Commit

Permalink
Merge branch 'main' into uk1288-support-public-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Uk1288 committed Jul 19, 2022
2 parents 599ef7c + 007ee45 commit ddfffc7
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 @@ -4,6 +4,7 @@
## Enhancements
* Add `Name` field to `OAuthClient` by @barrettclark [#466](https://github.com/hashicorp/go-tfe/pull/466)
* Add support for creating both public and private `RegistryModule` with no VCS connection by @Uk1288 [#460](https://github.com/hashicorp/go-tfe/pull/460)
* 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 ddfffc7

Please sign in to comment.