From eae7cf87a28e2f1ccc2f3d4c735869227c421f6a Mon Sep 17 00:00:00 2001 From: Ved misra <47312748+misraved@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:52:26 +0530 Subject: [PATCH] Add CHANGELOG for v0.15.0 (#86) Co-authored-by: Madhushree Ray --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b857c43..7b1f62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.15.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. ([#85](https://github.com/turbot/steampipe-plugin-digitalocean/pull/85)) +- Recompiled plugin with Go version `1.21`. ([#85](https://github.com/turbot/steampipe-plugin-digitalocean/pull/85)) + ## v0.14.0 [2023-07-17] _Enhancements_