From 3ef63570068a68a6eeeb5437e339826992151a16 Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Wed, 14 Apr 2021 17:27:26 +0200 Subject: [PATCH] Add fixes #100 to change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e944d9ce..937e2734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ #### fixes - we now use the correct connection string parameter so MSFT can montior dbt adoption in their telemetry. [#98](https://github.com/dbt-msft/dbt-sqlserver/pull/98) +- cli authentication is case insensitive. [#100](https://github.com/dbt-msft/dbt-sqlserver/issues/100) #### under the hood - dbt-sqlserver's incremental materialization is now 100% aligneed logically to dbt's global_project behavior! this makes maintaining `dbt-sqlserver` easier by decreasing code footprint. [#102](https://github.com/dbt-msft/dbt-sqlserver/pull/102)