diff --git a/CHANGELOG.md b/CHANGELOG.md index 22546dc6..73b42250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.33.1 (01/11/2023) +## What's Changed +* Added support for [User / Password + DUO MFA](https://docs.getdbt.com/docs/core/connect-data-platform/snowflake-setup#user--password--duo-mfa-authentication) authentication method. + + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.33.0...v0.33.1 +--- + ## Version 0.33.0 (31/10/2023) ## What's Changed * Environment variables now sourced from `.env` files and VS Code's `terminal.integrated.env.` setting. @@ -234,13 +242,3 @@ * Fix "dbt compile timeout exceeded" issue. **Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.21.0...v0.21.1 ---- - -## Version 0.21.0 (24/03/2023) -## What's Changed -* Add the ability to customize the location of `profiles.yml` file useing `WizardForDbtCore(TM).profilesDir` setting. -* Improve error message when dbt or adapter not found. -* Show error if dbt adapter not found. -* Show project analysis progress in the status bar. - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.20.1...v0.21.0