From 04d36e56705ad8c68b961cebbe8cb1f65e6c1b76 Mon Sep 17 00:00:00 2001
From: Alexandre Pocinho <apo@kereval.com>
Date: Fri, 9 Jun 2023 13:42:46 +0000
Subject: [PATCH] add changes for 5.0.8

---
 Proxy/installation.md |  5 +++--
 Proxy/release-note.md | 15 +++++++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/Proxy/installation.md b/Proxy/installation.md
index a370c80..6949c34 100755
--- a/Proxy/installation.md
+++ b/Proxy/installation.md
@@ -2,8 +2,8 @@
 title:  Installation Manual
 subtitle: Gazelle Proxy
 author: Nicolas BAILLIET
-date: 18/04/2023
-toolversion: 5.0.7
+date: 09/06/2023
+toolversion: 5.0.8
 function: Engineer
 version: 2.01
 status: Approved document
@@ -109,3 +109,4 @@ There is a set of properties that you can configure on the Configuration page, t
 | **storage\_dicom**                   | Absolute path to the system folder used to store the DICOM datasets                                                                                                                                                                            | /opt/proxy/DICOM                                                                                                                          |
 | **time\_zone**                       | The time zone used to display the timestamps                                                                                                                                                                                                   | Europe/Paris                                                                                                                              |
 | **admin_only_mode**                  | This preference is used to enable/disable the Admin Only mode. This mode restricts the access to messages list and messages details to admin only. Connection can however be shared by an administrator to allow users knowing the connection privacy key to see messages from the connection. | false
+| **proxy_persistent_channels_file_path**                  | This file path where persitent channels are written. The file must be created by server admin | /opt/proxy/proxyPersistentChannels.csv
diff --git a/Proxy/release-note.md b/Proxy/release-note.md
index 8228757..671b213 100755
--- a/Proxy/release-note.md
+++ b/Proxy/release-note.md
@@ -1,13 +1,24 @@
 ---
 title: Release note
 subtitle: Proxy
-toolversion: 5.0.7
-releasedate: 2023-04-17
+toolversion: 5.0.8
+releasedate: 2023-06-09
 author: Anne-Gaëlle BERGE
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-Proxy
 ---
+
+# 5.0.8
+_Release date: 2023-06-09_
+
+__Bogue__
+* \[[PROXY-270](https://gazelle.ihe.net/jira/browse/PROXY-270)\] Traduction française manquante dans Proxy
+
+__Amélioration__
+* \[[PROXY-263](https://gazelle.ihe.net/jira/browse/PROXY-263)\] The proxy must be able to include the HTTP Header when sending the message to EVSClient for validation
+* \[[PROXY-264](https://gazelle.ihe.net/jira/browse/PROXY-264)\] The proxy must be able to persit some channel
+
 # 5.0.7
 _Release date: 2023-04-17_
 
-- 
GitLab