From 4cb00900d7f417937447ff39a2d115396dbd934a Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 18 Mar 2024 15:19:05 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ libs/Smarty.class.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2554b4..7261150d 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] +## [4.5.1] - 2024-03-18 + + ## [4.5.0] - 2024-03-18 diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index f6dcb55f..1bfc5646 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '4.5.0'; + const SMARTY_VERSION = '4.5.1'; /** * define variable scopes */