From 82d8656565745c0cefe771449f521a02135f8b22 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:17:28 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a4b5d..481eb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,11 @@ # dbt_github_source v0.7.1 ## Fixes -[PR #37](https://github.com/fivetran/dbt_github_source/pull/37) includes the following update: -- Updated `src_github.yml` to capitalize Fivetran in the loader definition, to mirror use in other Fivetran packages. +- Updated `src_github.yml` to capitalize Fivetran in the loader definition, to mirror use in other Fivetran packages. ([PR #37](https://github.com/fivetran/dbt_github_source/pull/37)) ## Under the Hood -[PR #34](https://github.com/fivetran/dbt_github_source/pull/34) includes the following updates: -- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. -- Updated the pull request [templates](/.github). +- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. ([PR #34](https://github.com/fivetran/dbt_github_source/pull/34)) +- Updated the pull request [templates](/.github). ([PR #34](https://github.com/fivetran/dbt_github_source/pull/34)) ## Contributors - [@raphaelvarieras](https://github.com/raphaelvarieras) ([PR #37](https://github.com/fivetran/dbt_github_source/pull/37))