diff --git a/CHANGELOG.md b/CHANGELOG.md index 3738477dc..bb9d62654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [7.3.2] 2024-11-19 + ### Fixed - Mongo: when reading data by chunk, ignore each individual chunk index when concatenating them. diff --git a/pyproject.toml b/pyproject.toml index cb735a458..c989059e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.3.1" +version = "7.3.2" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 22930b38f..2293b340f 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=7.3.1 +sonar.projectVersion=7.3.2 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.