Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan De Marino <[email protected]>
  • Loading branch information
bendbennett and Ivan De Marino authored Jun 7, 2022
1 parent ba208e7 commit 21df34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

BUG FIXES:

* resource/random_password: Only assign value of number to numeric when value is boolean ([262](https://github.com/hashicorp/terraform-provider-random/pull/262))
* resource/random_string: Only assign value of number to numeric when value is boolean ([262](https://github.com/hashicorp/terraform-provider-random/pull/262))
* resource/random_password: During schema upgrade, copy value of attribute `number` to attribute `numeric`, only if said value is a boolean (i.e. not `null`) ([262](https://github.com/hashicorp/terraform-provider-random/pull/262))
* resource/random_string: During schema upgrade, copy value of attribute `number` to attribute `numeric`, only if said value is a boolean (i.e. not `null`) ([262](https://github.com/hashicorp/terraform-provider-random/pull/262))

## 3.3.0 (June 06, 2022)

Expand Down

0 comments on commit 21df34f

Please sign in to comment.