From 7b7be5a61a644718021985a41a45a83c73cad1d8 Mon Sep 17 00:00:00 2001 From: Khushboo <46913995+khushboo9024@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:12:28 +0530 Subject: [PATCH] Add CHANGELOG for v0.39.1 (#401) Co-authored-by: Ved misra <47312748+misraved@users.noreply.github.com> --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3ac0e..d7faadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.39.1 [2023-02-15] + +_Bug fixes_ + +- Fixed the `pipeline` column of the `github_workflow` table to correctly return data instead of an error. ([#388](https://github.com/turbot/steampipe-plugin-github/issues/388)) +- Fixed the example query in the `docs/index.md` file by replacing the `stargazers_count` column with `stargazer_count`. ([#397](https://github.com/turbot/steampipe-plugin-github/pull/397)) + ## v0.39.0 [2023-12-12] _What's new?_ @@ -8,7 +15,7 @@ _What's new?_ _Dependencies_ -- Recompiled plugin with [steampipe-plugin-sdk v5.8.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v580-2023-12-11) that includes plugin server enacapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to `_ctx` column, and fixing connection and potential divide-by-zero bugs. ([#394](https://github.com/turbot/steampipe-plugin-github/pull/394)) +- Recompiled plugin with [steampipe-plugin-sdk v5.8.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v580-2023-12-11) that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to `_ctx` column, and fixing connection and potential divide-by-zero bugs. ([#394](https://github.com/turbot/steampipe-plugin-github/pull/394)) ## v0.38.0 [2023-12-06]