diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3f2961..7eb151bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.36] - 2020-04-14 + ### Fixed - Smarty::SMARTY_VERSION wasn't updated in v3.1.35 https://github.com/smarty-php/smarty/issues/584 diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 91dfc8ea..9e0ca767 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.35'; + const SMARTY_VERSION = '3.1.36'; /** * define variable scopes */