From 8e5a55a5318e9c0870229cc7093cc304cd8a0b2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 08:25:38 +0000 Subject: [PATCH] chore(main): release 1.6.3 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614b910..934e193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.6.4](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/compare/v1.6.3...v1.6.4) (2023-06-20) + +### Bug Fixes + +* field possible unknown for RequireIfAttributeIsOneOf ([6a4935f](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/6a4935f8548b483c52a6bd91f13c85b0a4161d73)) +* missing path expression in NullIfAttributeIsOneOf ([3b6668d](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/3b6668d66e956b989386a0cd29ff7c1d5f2b3316)) + +### Miscellaneous + +* **deps:** bump github.com/hashicorp/terraform-plugin-framework ([#62](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/issues/62)) ([cc93eca](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/cc93ecabbe6b55bdaed3d55e2af1725a3cf4e433)) +* **deps:** bump github.com/hashicorp/terraform-plugin-framework ([#68](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/issues/68)) ([5d03e14](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/5d03e149e3f2f2ade1fd06f0eb2906e58546d613)) +* **deps:** bump github.com/hashicorp/terraform-plugin-go ([#67](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/issues/67)) ([6a30049](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/6a30049c0c056f3d307c6699d3c25747e5246984)) +* Force update changelog ([25ea62d](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/commit/25ea62d729c7f079728e1a8bb9df794046822ef1)) + ## [1.6.3](https://github.com/FrangipaneTeam/terraform-plugin-framework-validators/compare/v1.6.2...v1.6.3) (2023-06-13) ### Bug Fixes