From 6a3e31476dbd93271837189167a249eedd066e58 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:41:32 +0200 Subject: [PATCH] Changelog for new version --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8c5dd..7f9870e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.16...HEAD) +## [Unreleased](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.17...HEAD) + +# [0.3.17](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.16...v0.3.17) + +### Fixes + +- [#300](https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/300) Panic when reading a DBX legacy connection without a catalog +- Typo in Getting started guide + # [0.3.16](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.15...v0.3.16) @@ -10,7 +18,6 @@ All notable changes to this project will be documented in this file. - Make `dbname` required for Redshift and Postgres in `dbtcloud_global_connection` - # [0.3.15](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.14...v0.3.15) ### Changes