diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c65f4ee..31b0ac60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [3.23.33] 2024-12-12 + +### Fix + +- Prevent injection in Jinja templates + ## [3.23.32] 2024-06-21 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6d54f6cfc..0882de855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.32" +version = "3.23.33" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 8ab6b9f66..3ba1ae54a 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=3.23.32 +sonar.projectVersion=3.23.33 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.