From 43045b30096ed3ddcb42113e8de29d9ca62ca699 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Date: Fri, 18 Oct 2024 11:28:19 -0400 Subject: [PATCH] prep release 4.11.1 Signed-off-by: Tien Nguyen --- CHANGELOG.md | 5 +++++ docs/index.md | 2 +- templates/index.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcce724de..98e29f13e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/docs/index.md b/docs/index.md index 59d5f8477..c387eb8d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ terraform { required_providers { okta = { source = "okta/okta" - version = "~> 4.11.0" + version = "~> 4.11.1" } } } diff --git a/templates/index.md b/templates/index.md index 59d5f8477..c387eb8d5 100644 --- a/templates/index.md +++ b/templates/index.md @@ -24,7 +24,7 @@ terraform { required_providers { okta = { source = "okta/okta" - version = "~> 4.11.0" + version = "~> 4.11.1" } } }