diff --git a/CHANGELOG b/CHANGELOG
index eef3e759c5eae9aeb35aed7f6258e864d9a1e88f..e9aa0624831e883d888c4fdbf7b1077c4cad0c41 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+## Centreon 2.7.2
+
+* Fix eventlogs pages for performances and right for non admin users
+* Add New possibilities for ACL and Custom Views
+* Fix Recurent Downtimes behaviour with timezones
+* Fix some broken relations in web interface
+* Fix Reporting pages for non admin users
+* Fix some elements with the generation of the configuration
+* Fix encoding problems
+* Fix filters in configuration pages
+* Fix Poller duplication
+* Fix various ACL problems
+* Fix some SQL requests
+* Fix export of Meta Services
+
 ## Centreon 2.7.1
 
 * Improved ergonomics of the select2 component
diff --git a/doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst b/doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst
new file mode 100644
index 0000000000000000000000000000000000000000..c90525a4cfbd5d8a81909f0ce7c8925c542cdca2
--- /dev/null
+++ b/doc/en/release_notes/centreon-2.7/centreon-2.7.2.rst
@@ -0,0 +1,33 @@
+##############
+Centreon 2.7.2
+##############
+
+Released February 23, 2016
+
+The 2.7.2 release for Centreon Web is now available for `download <https://download.centreon.com>`_. The full release notes for 2.7.2 follow:
+
+******
+Notice
+******
+If you are upgrading from a version prior to 2.7.0, make sure to go through all the release notes available
+`here <http://documentation.centreon.com/docs/centreon/en/latest/release_notes/index.html>`_.
+
+*********
+CHANGELOG
+*********
+
+Features and Bug Fixes
+======================
+
+- Fix eventlogs pages for performances and right for non admin users
+- Add New possibilities for ACL and Custom Views
+- Fix Recurent Downtimes behaviour with timezones
+- Fix some broken relations in web interface
+- Fix Reporting pages for non admin users
+- Fix some elements with the generation of the configuration
+- Fix encoding problems 
+- Fix filters in configuration pages
+- Fix Poller duplication
+- Fix various ACL problems
+- Fix some SQL requests
+- Fix export of Meta Services 
diff --git a/doc/en/release_notes/centreon-2.7/index.rst b/doc/en/release_notes/centreon-2.7/index.rst
index c698af1e4c36873edf942915268c2b3b71f1d4f3..e2f34b93b2d0b301d3db23e5ad4fae0bfd83a95d 100644
--- a/doc/en/release_notes/centreon-2.7/index.rst
+++ b/doc/en/release_notes/centreon-2.7/index.rst
@@ -9,4 +9,5 @@ Please find here the release notes dedicated to the last 2.7.x version of Centre
 
     centreon-2.7.0
     centreon-2.7.1
+    centreon-2.7.2
 
diff --git a/doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst b/doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst
new file mode 100644
index 0000000000000000000000000000000000000000..c90525a4cfbd5d8a81909f0ce7c8925c542cdca2
--- /dev/null
+++ b/doc/fr/release_notes/centreon-2.7/centreon-2.7.2.rst
@@ -0,0 +1,33 @@
+##############
+Centreon 2.7.2
+##############
+
+Released February 23, 2016
+
+The 2.7.2 release for Centreon Web is now available for `download <https://download.centreon.com>`_. The full release notes for 2.7.2 follow:
+
+******
+Notice
+******
+If you are upgrading from a version prior to 2.7.0, make sure to go through all the release notes available
+`here <http://documentation.centreon.com/docs/centreon/en/latest/release_notes/index.html>`_.
+
+*********
+CHANGELOG
+*********
+
+Features and Bug Fixes
+======================
+
+- Fix eventlogs pages for performances and right for non admin users
+- Add New possibilities for ACL and Custom Views
+- Fix Recurent Downtimes behaviour with timezones
+- Fix some broken relations in web interface
+- Fix Reporting pages for non admin users
+- Fix some elements with the generation of the configuration
+- Fix encoding problems 
+- Fix filters in configuration pages
+- Fix Poller duplication
+- Fix various ACL problems
+- Fix some SQL requests
+- Fix export of Meta Services 
diff --git a/doc/fr/release_notes/centreon-2.7/index.rst b/doc/fr/release_notes/centreon-2.7/index.rst
index 0d7936501b5446c0d4dbbe587a5f282b60730b90..049d0c28ebd330e07e46ae74895df1683850e94d 100644
--- a/doc/fr/release_notes/centreon-2.7/index.rst
+++ b/doc/fr/release_notes/centreon-2.7/index.rst
@@ -9,3 +9,4 @@ Vous trouverez ici la liste des notes de versions pour les versions 2.7.x
 
     centreon-2.7.0
     centreon-2.7.1
+    centreon-2.7.2
diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql
index 9145cf9ecdcb8dfdb108e365c4b3f033d25ef2e0..bbdb4fdf1fc5da72baf6d67223911f85fa2c2810 100644
--- a/www/install/insertBaseConf.sql
+++ b/www/install/insertBaseConf.sql
@@ -3,7 +3,7 @@
 -- Insert version
 --
 
-INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.7.1');
+INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.7.2');
 
 --
 -- Contenu de la table `contact`