diff --git a/CHANGELOG.md b/CHANGELOG.md index a70e093f3..b53730dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [6.3.1] 2024-07-08 + ### Fix - BigQuery: the JWT token auth method is now supported in the status check. diff --git a/pyproject.toml b/pyproject.toml index 2cf4c18cc..6c7bac771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "6.3.0" +version = "6.3.1" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index b65595bb7..4b3f8cd78 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Toucan Connectors -sonar.projectVersion=6.3.0 +sonar.projectVersion=6.3.1 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.