prepare for release

This commit is contained in:
Andy Miller
2018-10-01 15:32:29 -06:00
parent e67c3c1091
commit f0e33dc242
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.5.2
## mm/dd/2018
## 10/01/2018
1. [](#new)
* Added new `Security` class for Grav security functionality including XSS checks

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.5.1');
define('GRAV_VERSION', '1.5.2');
define('GRAV_TESTING', false);
define('DS', '/');