diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a034522..fe688ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## Version 0.27.0 (16/06/2023) +## Version 0.27.1 (19/06/2023) +## What's Changed +* Added support for Snowflake cast operator (`::`). + + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.27.0...v0.27.1 +--- + +## Version 0.27.0 (18/06/2023) ## What's Changed * In this release, we've introduced a new setting, WizardForDbtCore(TM).enableSnowflakeSyntaxCheck, which is turned off by default. When activated, this setting enables syntax checks for Snowflake dbt projects. As a result, any errors within models will be detected and displayed. Please note that this is an experimental feature and may not be entirely reliable. It could potentially yield false positive errors, indicating issues where there are none. @@ -248,10 +256,3 @@ AS ( * Add command to create dbt project from VS Code. **Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.11.1...v0.12.0 ---- - -## Version 0.11.1 (21/09/2022) -## What's Changed -* Support absolute target path. - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.11.0...v0.11.1