diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d5e2d57..94d7f5886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ All notable changes to Jodd project are documented here. ### New features + **decora** - added `decora.cache` flag that caches decorator content -+ **decora** added methods on `DecoraManager` to register the decorator content or files. ++ **decora** - added methods on `DecoraManager` to register the decorator content or files. ++ **json** - internal improvements (thanx to [Gatling](https://gatling.io) !) ### Bug fixes diff --git a/build.gradle b/build.gradle index a6b6c9c27..3336ec178 100644 --- a/build.gradle +++ b/build.gradle @@ -45,8 +45,8 @@ description = ''' simple, but not simpler. ''' -//version = '5.0.9-' + date() -version = '5.0.9' +//version = '5.0.11-' + date() +version = '5.0.10' // --- properties -------------------------------------------------------------