From 0f85027ce05669f94c3ab93bd3c4414dcc8646c7 Mon Sep 17 00:00:00 2001 From: Puskar Basu <45908484+pskrbasu@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:49:07 +0530 Subject: [PATCH] Update CHANGELOG for v2.1.1 (#645) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a475430b..776fb6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ Shared Pipes Component -## v2.1.0 [2025-02-02] +## v2.1.1 [2025-02-11] +* Get credentials from the platform-default native credentials store for turbot-hosted private plugins. ([#643](https://github.com/turbot/pipe-fittings/issues/643)) + +## v2.1.0 [2025-02-11] * TailpipeConnection now supports indexes/partitions in addition to to/from. ([#632](https://github.com/turbot/pipe-fittings/issues/632)). -* Move secrets package to from code plugin +* Move `secrets` package from steampipe-plugin-code. ## v2.0.1 [2025-02-02]