Skip to content

Commit

Permalink
Merge pull request #2026 from okta/prep-release-4.9.1
Browse files Browse the repository at this point in the history
prep release 4.9.1
  • Loading branch information
duytiennguyen-okta committed Jun 24, 2024
2 parents bb005de + c56652e commit 2e4f9f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
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.9.0"
version = "~> 4.9.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

const (
OktaTerraformProviderVersion = "4.9.0"
OktaTerraformProviderVersion = "4.9.1"
OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion
)

Expand Down
2 changes: 1 addition & 1 deletion templates/index.md
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.9.0"
version = "~> 4.9.1"
}
}
}
Expand Down

0 comments on commit 2e4f9f4

Please sign in to comment.