diff --git a/README.md b/README.md index cbfcff8..d40ce91 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,12 @@ Check the documentation for the [migration guide](https://statusengine.org/getti - PHP7 ## Changelog +**2.1.2** +Resolve missing notifications in database + +**2.1.1** +Resolve Gab in servicestatus_id due to MySQL behavior [#40](https://github.com/nook24/statusengine/issues/40) + **2.1.0** - Add method for bulk insert - Many thanks to [dhoffend](https://github.com/dhoffend) - Add broker option gearman_server_addr - Many thanks to [mjameswh](https://github.com/mjameswh) diff --git a/cakephp/app/Config/bootstrap.php b/cakephp/app/Config/bootstrap.php index 0781477..35d17a0 100755 --- a/cakephp/app/Config/bootstrap.php +++ b/cakephp/app/Config/bootstrap.php @@ -108,7 +108,7 @@ CakePlugin::load('BoostCake'); //Define versions -define('STATUSENIGNE_VERSION', '2.1.1'); +define('STATUSENIGNE_VERSION', '2.1.2'); define('PERFDATA_VERSION', '1.2.0');