From 7b513e48da6e2ef159de6f22b7af922496f646e8 Mon Sep 17 00:00:00 2001 From: Russel Vela Date: Sat, 14 Oct 2023 17:38:50 -0600 Subject: [PATCH] feat(release): Updates CHANGELOG.md for v0.1.1 release --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6773f3..73602ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.1.1 (October 14th, 2023) +- Fixed crash issue when no trust bundle was passed in the credential resource import string. ([#12](https://github.com/Venafi/terraform-provider-venafi-token/issues/12)) + ## 0.1.0 (Occtober 1, 2023) -Initial release -Added ability to refresh TLSPDC access tokens -Added three authentication methods: refresh token, client certificate and username/password (deprecated) \ No newline at end of file +- Initial release +- Added ability to refresh TLSPDC access tokens +- Added three authentication methods: refresh token, client certificate and username/password (deprecated) \ No newline at end of file