diff --git a/CHANGELOG.md b/CHANGELOG.md index 217654e6b..4e6b29dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +### [4.8.1] 2023-09-18 + ### Fixed - Postgres: In case two tables in different schemas have the same name, `get_model` diff --git a/pyproject.toml b/pyproject.toml index 99191081f..35c0895a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.8.0" +version = "4.8.1" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index b9f536efa..0b18e5e7e 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=4.8.0 +sonar.projectVersion=4.8.1 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.