From 8b3f87b68b0419c9d602988db47a90ed0b93c302 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 17:09:47 +0100 Subject: [PATCH] Update CHANGELOG.md (#768) * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: pgrivachev Co-authored-by: Pavel Grivachev --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e4e423..7f54c979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.20.1 (03/03/2023) +## What's Changed +* Fix wrong `_dbt_max_partition` type. +* Fix go to definition for macros of dbt global_project. + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.20.0...v0.20.1 +--- + ## Version 0.20.0 (28/02/2023) ## What's Changed * Add support for `ANY` type in temporary UDFs, for example: @@ -281,11 +289,3 @@ AS ( **Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.3.1...v0.4.0 ---- - -## Version 0.3.1 (02/04/2022) -## What's Changed -* Fix changelog population -* Fix restart issue when dbt-rpc command is not found - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.3.0...v0.3.1