diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b15ca7b..c8660a036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.9.8 beta +## 12/01/2014 + +1. [](#new) + * Added configuration option to set default lifetime on cache saves + * Added ability to set HTTP status code from page header + * Implemented simple wild-card custom routing +2. [](#improved) + * Fixed elusive double load to fully cache issue (hopefully!) + * Ensure Twig tags are treated as block items in markdown + * Removed some older deprecated methods + * Ensure onPageContentProcessed() event only fires when not cached + * More PSR code fixes +3. [](#bugfix) + * Fix issue with miscalculation of blog separator location `===` + # v0.9.7 beta ## 11/24/2014 diff --git a/system/defines.php b/system/defines.php index 7760c1362..cd474173e 100644 --- a/system/defines.php +++ b/system/defines.php @@ -2,7 +2,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '0.9.7'); +define('GRAV_VERSION', '0.9.8'); define('DS', '/'); // Directories and Paths