summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--src/Smarty.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c8bd10e..4ee214ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.5.2] - 2025-08-26
+
+
- Fixed escaping of array/object keys in debug_print_var
## [5.5.1] - 2025-05-19
diff --git a/src/Smarty.php b/src/Smarty.php
index 4618c1a2..efad0c1d 100644
--- a/src/Smarty.php
+++ b/src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
- const SMARTY_VERSION = '5.5.1';
+ const SMARTY_VERSION = '5.5.2';
/**
* define caching modes