diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index 5170dc03f..ac8ef2973 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -15,5 +15,5 @@ // // Version -MARKETING_VERSION = 2.7.4 +MARKETING_VERSION = 2.7.5 CURRENT_PROJECT_VERSION = 1 diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index ce637a7d4..51a0c2008 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -273,7 +273,9 @@ final class BuildSettings: NSObject { tchapFeatureAnyHomeServer ], 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: [ 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 diff --git a/towncrier.toml b/towncrier.toml index c81f8685e..a5179ac30 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,6 +1,6 @@ [tool.towncrier] name = "Changes in" -version = "2.7.4" +version = "2.7.5" filename = "TCHAP_CHANGES.md" directory = "changelog.d" template = "changelog.d/_template.md.jinja"