Skip to content

Commit

Permalink
Merge pull request #1235 from okta/prep_v3_33_0
Browse files Browse the repository at this point in the history
Prep for v3.33.0 release
  • Loading branch information
monde authored Aug 2, 2022
2 parents f642a86 + a54652e commit 3869b0a
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.33.0 (August 02, 2022)

BUG FIXES:

* Fix "error invalid configuration" error introduced in v3.32.0 release; includes unit tests to verify fix. [#1234](https://github.com/okta/terraform-provider-okta/pull/1234). Thanks, [@ericnorris](https://github.com/ericnorris)!

## 3.32.0 (July 29, 2022)

NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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.32.0"),
okta.WithUserAgentExtra("okta-terraform/3.33.0"),
}

switch {
Expand Down

0 comments on commit 3869b0a

Please sign in to comment.