From 05f5fb055152d751a1df6464499a40623235d584 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 29 Oct 2024 18:17:03 +0000 Subject: [PATCH] Bumping version to 1.10.3 and generate changelog --- .changes/1.10.3.md | 1 + CHANGELOG.md | 6 ++++-- dbt-tests-adapter/dbt/tests/__about__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changes/1.10.3.md diff --git a/.changes/1.10.3.md b/.changes/1.10.3.md new file mode 100644 index 00000000..29844ce2 --- /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 63f9e59b..9971e5ff 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 8c657eec..977620c3 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"