Skip to content

Commit 2affb0e

Browse files
Update changelog
1 parent f1c7ffa commit 2affb0e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.changes/3.5.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 3.5.1 (April 12, 2023)
2+
3+
BUG FIXES:
4+
5+
* resource/random_password: Prevent error with `bcrypt` by truncating the bytes that are hashed to a maximum length of 72 ([#397](https://github.com/hashicorp/terraform-provider-random/issues/397))
6+

.changes/unreleased/BUG FIXES-20230412-132501.yaml

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.5.1 (April 12, 2023)
2+
3+
BUG FIXES:
4+
5+
* resource/random_password: Prevent error with `bcrypt` by truncating the bytes that are hashed to a maximum length of 72 ([#397](https://github.com/hashicorp/terraform-provider-random/issues/397))
6+
17
## 3.5.0 (April 11, 2023)
28

39
NOTES:

0 commit comments

Comments
 (0)