From 74a661ca00452da7d2b2811ff1e5a37f152c3ee2 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:30:08 -0600 Subject: [PATCH] Update CHANGELOG for v1.1.1 (#803) --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a053fdc7..b8f53c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,11 @@ ## Contributors: ---> -# Unreleased +# dbt utils v1.1.1 ## New features * Improve the performance of the `at_least_one` test by pruning early. This is especially helpful when running against external tables. By @joshuahuntley in https://github.com/dbt-labs/dbt-utils/pull/775 ## Fixes * Fix legacy links in README by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/796 -## Quality of life -## Under the hood -## Contributors: # dbt utils v1.1.0 ## What's Changed