Skip to content

Commit

Permalink
Merge pull request #941 from okta/release_v3_20_5
Browse files Browse the repository at this point in the history
Update user agent version correctly.
  • Loading branch information
monde authored Feb 3, 2022
2 parents 419680b + bcc0b74 commit 262a2ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.20.5 (February 2, 2022)

BUGS:

* Whiffed setting the user agent correctly, fixed for release.


## 3.20.4 (February 2, 2022)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (c *Config) loadAndValidate(ctx context.Context) error {
okta.WithRateLimitMaxBackOff(int64(c.maxWait)),
okta.WithRequestTimeout(int64(c.requestTimeout)),
okta.WithRateLimitMaxRetries(int32(c.retryCount)),
okta.WithUserAgentExtra("okta-terraform/3.20.3"),
okta.WithUserAgentExtra("okta-terraform/3.20.5"),
}
if c.apiToken == "" {
setters = append(setters, okta.WithAuthorizationMode("PrivateKey"))
Expand Down

0 comments on commit 262a2ad

Please sign in to comment.