From f1d44d1e789a6d9984d8b0532f730f15552d4b72 Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Thu, 18 Aug 2022 17:42:43 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8384ba005..58084f328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -## 0.2.1 (Unreleased) +## 0.2.1 (18 August 2022) NOTES: * Added a regexp validation to any schema attribute that represents a PingOne ID. Applies to all resources and data sources. ([#72](https://github.com/pingidentity/terraform-provider-pingone/issues/72)) +BUG FIXES: + +* resource/pingone_application_resource_grant: Fix for `pingone_application_resource_grant` `scopes` showing changes when the values are the same but in different order. ([#74](https://github.com/pingidentity/terraform-provider-pingone/issues/74)) + ## 0.2.0 (18 August 2022) NOTES: