diff --git a/.changes/1.10.4.md b/.changes/1.10.4.md index f8bbd420..cb03a1d1 100644 --- a/.changes/1.10.4.md +++ b/.changes/1.10.4.md @@ -1 +1,12 @@ ## dbt-adapters 1.10.4 - November 11, 2024 + +### Features + +- Use a behavior flag to gate microbatch functionality (instead of an environment variable) ([#327](https://github.com/dbt-labs/dbt-adapters/issues/327)) + +### Under the Hood + +- Add `query_id` to SQLQueryStatus ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) + +### Contributors +- [@cmcarthur](https://github.com/cmcarthur) ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) diff --git a/.changes/1.11.0.md b/.changes/1.11.0.md deleted file mode 100644 index fbe85222..00000000 --- a/.changes/1.11.0.md +++ /dev/null @@ -1,12 +0,0 @@ -## dbt-adapters 1.11.0 - November 11, 2024 - -### Features - -- Use a behavior flag to gate microbatch functionality (instead of an environment variable) ([#327](https://github.com/dbt-labs/dbt-adapters/issues/327)) - -### Under the Hood - -- Add `query_id` to SQLQueryStatus ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) - -### Contributors -- [@cmcarthur](https://github.com/cmcarthur) ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cca898..e95c864e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). -## dbt-adapters 1.11.0 - November 11, 2024 +## dbt-adapters 1.10.4 - November 11, 2024 ### Features @@ -18,8 +18,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### Contributors - [@cmcarthur](https://github.com/cmcarthur) ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) -## dbt-adapters 1.10.4 - November 11, 2024 - ## dbt-adapters 1.10.3 - October 29, 2024 ## dbt-adapters 1.10.2 - October 01, 2024