From 4dbb78c76ce87af8c4139a0a8fec12ace119bffd Mon Sep 17 00:00:00 2001 From: Andrea Mouraud Date: Wed, 13 Sep 2023 12:12:11 +0200 Subject: [PATCH] chore: v4.8.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc47a4914..c2249d596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### [4.8.0] 2023-09-13 + +## Changed + +- S3: Add a new AWS S3 connector using the Security Token Service (STS) API Assume Role. + ### [4.7.3] 2023-08-22 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f09cc15df..99191081f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.7.3" +version = "4.8.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 37eb0c3eb..b9f536efa 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.7.3 +sonar.projectVersion=4.8.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.