Skip to content

Commit

Permalink
Add CHANGELOG for v0.39.1 (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: Ved misra <47312748+misraved@users.noreply.github.com>
  • Loading branch information
khushboo9024 and misraved committed Feb 15, 2024
1 parent 868ddda commit 7b7be5a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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?_
Expand All @@ -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]

Expand Down

0 comments on commit 7b7be5a

Please sign in to comment.