From 9177dc64577dbfd39556127abb9cafbe4c350ae6 Mon Sep 17 00:00:00 2001 From: Sam Debruyn Date: Wed, 5 Oct 2022 22:07:13 +0200 Subject: [PATCH] prep 1.2 release --- CHANGELOG.md | 4 ++-- dbt/adapters/sqlserver/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448000d0..62f64300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### v1.2.0 (pre-releases) +### v1.2.0 #### Possibly breaking change: connection encryption @@ -21,7 +21,7 @@ You should change the settings `encrypt` or `trust_cert` to accommodate for your * Support for [dbt-core 1.2](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0) * Full support for the new [grants config](https://docs.getdbt.com/reference/resource-configs/grants) - * New configuration option in the target: `auto_provision_aad_principals` - setting this to `true` will automatically create contained database users linked to Azure AD principals or groups if they don't exist yet when they're being used in grant configs + * New configuration option: `auto_provision_aad_principals` - setting this to `true` will automatically create contained database users linked to Azure AD principals or groups if they don't exist yet when they're being used in grant configs * Support for MS ODBC Driver 18 * Support automatic retries with new `retries` setting introduced in core * The correct owner of a table/view is now visible in generated documentation (and in catalog.json) diff --git a/dbt/adapters/sqlserver/__version__.py b/dbt/adapters/sqlserver/__version__.py index 7e4ec880..c203c5d8 100644 --- a/dbt/adapters/sqlserver/__version__.py +++ b/dbt/adapters/sqlserver/__version__.py @@ -1 +1 @@ -version = "1.2.0rc1" +version = "1.2.0"