Skip to content

Commit

Permalink
Merge pull request #1527 from okta/prep_v3.46.0
Browse files Browse the repository at this point in the history
Prep v3.46.0 release
  • Loading branch information
duytiennguyen-okta authored Apr 14, 2023
2 parents 1055bca + 3d159b6 commit 676a91a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.46.0 (April 14, 2023)

### BUG FIXES

* Update status for Idp OIDC, Idp SAML and Idp Social [#1526](https://github.com/okta/terraform-provider-okta/pull/1526). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!

## 3.45.0 (March 29, 2023)

### BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func oktaSDKClient(c *Config) (client *okta.Client, err error) {
okta.WithRateLimitMaxBackOff(int64(c.maxWait)),
okta.WithRequestTimeout(int64(c.requestTimeout)),
okta.WithRateLimitMaxRetries(int32(c.retryCount)),
okta.WithUserAgentExtra("okta-terraform/3.45.0"),
okta.WithUserAgentExtra("okta-terraform/3.46.0"),
}

switch {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 3.45"
version = "~> 3.46"
}
}
}
Expand Down

0 comments on commit 676a91a

Please sign in to comment.