From 5250db7fdd217d6fdaffdde8d021399e0a90e80a Mon Sep 17 00:00:00 2001
From: rwerquin <rwerquin@merethis.com>
Date: Thu, 8 Dec 2016 14:17:19 +0100
Subject: [PATCH] prepare 2.8.2

---
 CHANGELOG  | 7 +++++++
 install.sh | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index a36177f657..0adcbb47a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+## Centreon Web 2.8.2
+
+* Enh: Centreon Web supports proxy configuration for use with its modules requiring external web access. This notably concerns Centreon Plugin Pack Manager (component of the Centreon IMP offer).
+* Fix: Can't delete host command on host/host template form
+* Fix: Centreon Clapi call and empty line at beginning
+* Fix: Options missing in notification tab
+
 ## Centreon Web 2.8.0
 * Re-organization of sources
 * Move API from /include/webServices/rest to /api/
diff --git a/install.sh b/install.sh
index cc281a1189..44e5c1ba40 100755
--- a/install.sh
+++ b/install.sh
@@ -50,7 +50,7 @@
 # -- on upgrade, overwrite existing ? backup ? 
 
 # Define centreon version
-version="2.7.3"
+version="2.8.2"
 
 # Debug
 #set -x
-- 
GitLab