From 6ab3d4e6c44019049362e00fcf81c4de715dee30 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 30 Apr 2024 18:34:09 +0200 Subject: [PATCH 1/3] Update version to 2.7.5 --- Config/AppVersion.xcconfig | 2 +- towncrier.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index e00105df8..ac8ef2973 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -15,5 +15,5 @@ // // Version -MARKETING_VERSION = 2.7.2 +MARKETING_VERSION = 2.7.5 CURRENT_PROJECT_VERSION = 1 diff --git a/towncrier.toml b/towncrier.toml index 1e863f51a..a5179ac30 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,6 +1,6 @@ [tool.towncrier] name = "Changes in" -version = "2.7.2" +version = "2.7.5" filename = "TCHAP_CHANGES.md" directory = "changelog.d" template = "changelog.d/_template.md.jinja" From 03c9d2dc6e29ca2d000be74e48a9698585b19f7f Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 30 Apr 2024 18:36:01 +0200 Subject: [PATCH 2/3] Activation des appels VoIP pour les instances Finances et Diplomatie --- Tchap/Config/BuildSettings.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 15bd01100..b5b7bd85c 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -272,7 +272,9 @@ final class BuildSettings: NSObject { "agent.dinum.tchap.gouv.fr" ], tchapFeatureVoiceOverIP: [ - "agent.dinum.tchap.gouv.fr" + "agent.dinum.tchap.gouv.fr", + "agent.diplomatie.tchap.gouv.fr", + "agent.finances.tchap.gouv.fr" ] // No activation of video calls actually in Tchap Production. // tchapFeatureVideoOverIP: [ From fe521daa0e1148442c376cd6828d4925598c2bb0 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 30 Apr 2024 18:37:48 +0200 Subject: [PATCH 3/3] Add changelog --- changelog.d/deploy_voip.change | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/deploy_voip.change diff --git a/changelog.d/deploy_voip.change b/changelog.d/deploy_voip.change new file mode 100644 index 000000000..151e2abd9 --- /dev/null +++ b/changelog.d/deploy_voip.change @@ -0,0 +1 @@ +Déploiement des appels audio VoIP sur les instances Finances et Diplomatie. \ No newline at end of file