From 030d9a85fca279e474fb990515536a49f8226b52 Mon Sep 17 00:00:00 2001 From: Ved misra <47312748+misraved@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:39:43 +0530 Subject: [PATCH] Add CHANGELOG for v0.14.0 (#140) Co-authored-by: Madhushree Ray --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c54944..e0d5efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.14.0 [2023-10-02] + +_Dependencies_ + +- Upgraded to [steampipe-plugin-sdk v5.6.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v561-2023-09-29) with support for rate limiters. ([#139](https://github.com/turbot/steampipe-plugin-azuread/pull/139)) +- Recompiled plugin with Go version `1.21`. ([#139](https://github.com/turbot/steampipe-plugin-azuread/pull/139)) + ## v0.13.0 [2023-09-27] _Enhancements_