From f9f8dea87f5d7cd3584bb3ba5c8001c9b2039554 Mon Sep 17 00:00:00 2001 From: Cody Bruno Date: Wed, 20 Sep 2023 16:01:58 -0400 Subject: [PATCH] Add CHANGELOG for v0.34.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ea74d..d910345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.34.0 [2023-09-20] + +_What's new_ + +- Update `github_my_repository`, `github_repository`, and `github_search_repository` tables to only include requested columns in GraphQL request. This should result in faster queries and large scale queries completing more consistently. ([#338](https://github.com/turbot/steampipe-plugin-github/pull/338)) + ## v0.33.1 [2023-09-19] _Bug fixes_