diff --git a/.changes/1.10.3.md b/.changes/1.10.3.md new file mode 100644 index 000000000..29844ce2a --- /dev/null +++ b/.changes/1.10.3.md @@ -0,0 +1 @@ +## dbt-adapters 1.10.3 - October 29, 2024 diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f9e59b1..9971e5ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.10.3 - October 29, 2024 + + + ## dbt-adapters 1.10.2 - October 01, 2024 ### Under the Hood @@ -25,8 +29,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - Add adapter telemetry. ([#301](https://github.com/dbt-labs/dbt-adapters/issues/301)) - - ## dbt-adapters 1.7.2 - October 21, 2024 ### Breaking Changes diff --git a/dbt-tests-adapter/dbt/tests/__about__.py b/dbt-tests-adapter/dbt/tests/__about__.py index 8c657eec1..977620c30 100644 --- a/dbt-tests-adapter/dbt/tests/__about__.py +++ b/dbt-tests-adapter/dbt/tests/__about__.py @@ -1 +1 @@ -version = "1.10.2" +version = "1.10.3"