diff --git a/.changes/1.14.0.md b/.changes/1.14.0.md new file mode 100644 index 0000000..60579b1 --- /dev/null +++ b/.changes/1.14.0.md @@ -0,0 +1,5 @@ +## dbt-common 1.14.0 - December 4, 2024 + +### Fixes + +- Generic exception handling during jinja compilation ([#225](https://github.com/dbt-labs/dbt-common/issues/225)) diff --git a/.changes/unreleased/Fixes-20241202-090803.yaml b/.changes/unreleased/Fixes-20241202-090803.yaml deleted file mode 100644 index fcf1d1c..0000000 --- a/.changes/unreleased/Fixes-20241202-090803.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Generic exception handling during jinja compilation -time: 2024-12-02T09:08:03.599612-05:00 -custom: - Author: michelleark - Issue: "225" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3131c35..f1e3f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-common/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-common 1.14.0 - December 4, 2024 + +### Fixes + +- Generic exception handling during jinja compilation ([#225](https://github.com/dbt-labs/dbt-common/issues/225)) + + ## dbt-common 1.13.0 - November 19, 2024 ### Features