From 552456470d0884aa8d4572fe4ffd1954c127c53d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:08:31 +0000 Subject: [PATCH] chore(main): release 1.6.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4d645..88925c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/compare/v1.6.1...v1.6.2) (2023-06-09) + + +### Bug Fixes + +* bad func used for nullattributeisoneof and fix description ([#60](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/issues/60)) ([0411638](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/04116382b39e8ab72fad520a17a1940b17e999b7)) + ## [1.6.1](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/compare/v1.6.0...v1.6.1) (2023-06-09)