From 1adec0e9f11d27e1cb4ea799b00286f206b9f2d5 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 25 Jun 2023 16:55:55 +0200 Subject: [PATCH] prepare release v3.13.0 --- History.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/History.md b/History.md index 4490da3..465b856 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +# 3.13.0 / 2023-06-25 + + * New Features + * [counter] Add `counterValueAdd` template function + + * Improvements + * [core] Add cleanup for expired timers + * [core] Clean IPs from socket errors + + * Bugfixes + * [core] Fix missing timer configuration for permits + # 3.12.0 / 2023-06-07 * New Features