Skip to content

Commit 4613bee

Browse files
Update changelog
1 parent f8a3f8b commit 4613bee

File tree

6 files changed

+18
-23
lines changed

6 files changed

+18
-23
lines changed

.changes/3.6.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.6.1 (April 16, 2024)
2+
3+
BUG FIXES:
4+
5+
* all: Prevent `keepers` from triggering an in-place update following import ([#385](https://github.com/hashicorp/terraform-provider-random/issues/385))
6+
* resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 ([#409](https://github.com/hashicorp/terraform-provider-random/issues/409))
7+
* provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false ([#551](https://github.com/hashicorp/terraform-provider-random/issues/551))
8+
* provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false ([#551](https://github.com/hashicorp/terraform-provider-random/issues/551))
9+

.changes/unreleased/BUG FIXES-20230313-114526.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/BUG FIXES-20240226-103821.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/BUG FIXES-20240410-175423.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/BUG FIXES-20240410-175536.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.6.1 (April 16, 2024)
2+
3+
BUG FIXES:
4+
5+
* all: Prevent `keepers` from triggering an in-place update following import ([#385](https://github.com/hashicorp/terraform-provider-random/issues/385))
6+
* resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 ([#409](https://github.com/hashicorp/terraform-provider-random/issues/409))
7+
* provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false ([#551](https://github.com/hashicorp/terraform-provider-random/issues/551))
8+
* provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false ([#551](https://github.com/hashicorp/terraform-provider-random/issues/551))
9+
110
## 3.6.0 (December 04, 2023)
211

312
FEATURES:

0 commit comments

Comments
 (0)