Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#1181)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md [skip ci]

* Update CHANGELOG.md [skip ci]

---------

Co-authored-by: pgrivachev <pgrivachev@users.noreply.github.com>
Co-authored-by: Pavel Grivachev <pavel@fivetran.com>
  • Loading branch information
3 people authored Sep 4, 2023
1 parent 2ac2cf0 commit 3fae92e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## Version 0.29.1 (31/08/2023)
## Version 0.30.0 (04/09/2023)
## What's Changed
* Introduced a feature to display previews utilizing model configuration values for refs. It can be useful for users who separates dev and prod environments. To use, right-click and select `Use schema from config for refs` from the context menu in the Preview editor.


**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.29.1...v0.30.0
---

## Version 0.29.1 (01/09/2023)
## What's Changed
* Supported double quoted names for Snowflake.

Expand Down Expand Up @@ -240,11 +248,3 @@ AS (


**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.17.1...v0.18.0
---

## Version 0.17.1 (20/12/2022)
## What's Changed
* Fix compilation issue when project, dataset and table are enclosed in backticks (\`project.dataset.table\`).
* Refresh credentials when they are expired for BigQuery oAuth authentication method.

**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.17.0...v0.17.1

0 comments on commit 3fae92e

Please sign in to comment.