From c56652e43336c08750b859e466e5c61f187ed259 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Date: Mon, 24 Jun 2024 14:31:09 -0400 Subject: [PATCH] prep release 4.9.1 Signed-off-by: Tien Nguyen --- CHANGELOG.md | 6 ++++++ docs/index.md | 2 +- okta/config.go | 2 +- templates/index.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ce586ee..555021732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.8.1 (June 24, 2024) + +### BUG FIXES +* Fix panic okta brand when there is no default app [#2023](https://github.com/okta/terraform-provider-okta/pull/2023). Thanks, [@HeroesFR](https://github.com/HeroesFR)! +* Fix issue content security policy not being applied for `okta_customized_signin_page` and `okta_preview_signin_page` [#2024](https://github.com/okta/terraform-provider-okta/pull/2024). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)! + ## 4.9.0 (June 14, 2024) ### NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS: diff --git a/docs/index.md b/docs/index.md index daecd7b80..0c472c69f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ terraform { required_providers { okta = { source = "okta/okta" - version = "~> 4.9.0" + version = "~> 4.9.1" } } } diff --git a/okta/config.go b/okta/config.go index 334fa177a..0bc03796c 100644 --- a/okta/config.go +++ b/okta/config.go @@ -25,7 +25,7 @@ import ( ) const ( - OktaTerraformProviderVersion = "4.9.0" + OktaTerraformProviderVersion = "4.9.1" OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion ) diff --git a/templates/index.md b/templates/index.md index daecd7b80..0c472c69f 100644 --- a/templates/index.md +++ b/templates/index.md @@ -24,7 +24,7 @@ terraform { required_providers { okta = { source = "okta/okta" - version = "~> 4.9.0" + version = "~> 4.9.1" } } }