From 77d905bb3656847bbb42d14558eaf4cbbc73f58f Mon Sep 17 00:00:00 2001 From: darker Date: Fri, 7 Jul 2023 15:43:36 +0200 Subject: [PATCH] chore: bump connectors from 4.6.0 to 4.7.0 (#1163) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01750192c..298192a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +### [4.7.0] 2023-07-07 + ## Changed - Feat[Goole Big Query] : We can now get the database model(list of tables) based on a given schema name to speed up the project tree structure. diff --git a/pyproject.toml b/pyproject.toml index 5b3a8afe7..2a85fd487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.6.0" +version = "4.7.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD"