From 1122f7860908a69e289678fb6cf0591ade1ab471 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Mon, 4 Dec 2023 13:57:42 +0100 Subject: [PATCH] chore: v3.23.23 Signed-off-by: Luka Peschke --- 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 e1643aaf4..a8c9e0e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog (Pypi package) +## [3.23.23] 2023-12-04 + +### Fixed + +- Google Credentials: made `private_key_id` and `private_key` secrets by changing their type to `SecretStr`. + ## [3.23.22] 2023-11-14 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 8b36863d8..aae530370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.22" +version = "3.23.23" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index ce8ce4350..ab070b7ba 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.22 +sonar.projectVersion=3.23.23 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.