Skip to content

Commit

Permalink
Merge pull request #1675 from okta/prep_v4_3_0
Browse files Browse the repository at this point in the history
v4.3.0 release
  • Loading branch information
MikeMondragon-okta authored Aug 18, 2023
2 parents 77e401a + 00552bb commit 5a4b70b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.3.0 (August 18, 2023)

### IMPROVEMENTS

* Add Import to resource `okta_app_signon_policy` [#1670](https://github.com/okta/terraform-provider-okta/pull/1670). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Enhanced VCR ACC testing allowing quick datasource and resource smoketest during release [#1650](https://github.com/okta/terraform-provider-okta/pull/1650). Thanks, [@monde](https://github.com/monde)!

## 4.2.0 (August 11, 2023)

### 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 @@ -24,7 +24,7 @@ import (
)

const (
OktaTerraformProviderVersion = "4.2.0"
OktaTerraformProviderVersion = "4.3.0"
OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion
)

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 = "~> 4.1.0"
version = "~> 4.3.0"
}
}
}
Expand Down

0 comments on commit 5a4b70b

Please sign in to comment.