diff --git a/CHANGELOG b/CHANGELOG
index a36177f6572495a2506a1bd3bf7b7deeb80994a4..0adcbb47a4c3273f6ca91d1d80ec29f2c63dcea2 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 cc281a1189d84dc9a8bb33918f52d5a53338509a..44e5c1ba4058552e9278ebd98dc1b16e13652576 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