diff --git a/CHANGELOG.md b/CHANGELOG.md index 937e2734..f5c63c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,19 @@ - abandon four-part version names (`v0.19.0.2`) in favor of three-part version names because it isn't [SemVer](https://semver.org/) and it causes problems with the `~=` pip operator used dbt-synapse, a pacakge that depends on dbt-sqlserver - allow CI to work with the lower-cost serverless Azure SQL [#132](https://github.com/dbt-msft/dbt-sqlserver/pull/132) +### v0.19.0.3 + +#### under the hood +- cli authentication is case insensitive. [#100](https://github.com/dbt-msft/dbt-sqlserver/issues/100) ### v0.19.0.2 #### fixes - solved a bug in snapshots introduced in v0.19.0. Fixes: [#108](https://github.com/dbt-msft/dbt-sqlserver/issues/108), [#117](https://github.com/dbt-msft/dbt-sqlserver/issues/117). - ### v0.19.0.1 #### 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)