Skip to content

Commit

Permalink
Merge pull request #2103 from okta/prep-v4.11.1
Browse files Browse the repository at this point in the history
prep release 4.11.1
  • Loading branch information
duytiennguyen-okta authored Oct 18, 2024
2 parents c9f1685 + 43045b3 commit d2ab843
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.11.1 (Oct 18, 2024)
### BUG FIXES
* fix issue when group owner is empty [#2101](https://github.com/okta/terraform-provider-okta/pull/2043). Thanks, [@exitcode0](https://github.com/exitcode0)!


## 4.11.0 (Sep 16, 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.11.0"
version = "~> 4.11.1"
}
}
}
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.11.0"
version = "~> 4.11.1"
}
}
}
Expand Down

0 comments on commit d2ab843

Please sign in to comment.