diff --git a/CHANGELOG.md b/CHANGELOG.md index f162973d..5b6f719a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 0.26.1 (01/01/1970) +## What's Changed +* Fixed an error that occurred while compiling the project for adapters other than BigQuery. + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.26.0...v0.26.1 +--- + ## Version 0.26.0 (06/06/2023) ## What's Changed * In this release we override `get_columns_in_relation` to work with code and not with BigQuery dataset directly. It should help to decrease false errors you could see when using dbt macros that access information schema. @@ -247,12 +254,4 @@ AS ( * Fix the issue with showing not all available dbt packages. * Support linux-arm64 platform. -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.9.1...v0.10.0 ---- - -## Version 0.9.1 (05/09/2022) -## What's Changed -* Fix issue with handling new tabs created using VS Code API. -* Fix compilation issue on Windows. - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.9.0...v0.9.1 +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.9.1...v0.10.0 \ No newline at end of file