Skip to content

Commit

Permalink
Merge pull request #1031 from tchapgouv/deploy-voip-finances-diplomatie
Browse files Browse the repository at this point in the history
Deploy voip finances diplomatie
  • Loading branch information
NicolasBuquet authored May 6, 2024
2 parents b1400e6 + 22cf041 commit f9e7193
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config/AppVersion.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
//

// Version
MARKETING_VERSION = 2.7.4
MARKETING_VERSION = 2.7.5
CURRENT_PROJECT_VERSION = 1
4 changes: 3 additions & 1 deletion Tchap/Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
1 change: 1 addition & 0 deletions changelog.d/deploy_voip.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Déploiement des appels audio VoIP sur les instances Finances et Diplomatie.
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f9e7193

Please sign in to comment.