From b9f6025792445d054801d6e12aea0608970c472c Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 12 Aug 2023 07:40:12 +0300 Subject: [PATCH] release v12.2.4 --- HISTORY.md | 4 ++-- iris.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b81aed4ce..7558a9275 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -23,11 +23,11 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene Changes apply to `master` branch. -# Sat, 12 Aug 2023 | v12.2.3 +# Sat, 12 Aug 2023 | v12.2.4 - Add new `iris.WithDynamicHandler` option (`EnableDynamicHandler` setting) to work with `iris.Application.RefreshRouter` method. It allows to change the entire router while your server is up and running. Handles [issue #2167](https://github.com/kataras/iris/issues/2167). Example at [_examples/routing/route-state/main.go](_examples/routing/route-state/main.go). -> We jumped v12.2.2. +> We jumped v12.2.2 and v12.2.3. # Mon, 17 July 2023 | v12.2.1 diff --git a/iris.go b/iris.go index b785a1055..29a5bb861 100644 --- a/iris.go +++ b/iris.go @@ -38,7 +38,7 @@ import ( ) // Version is the current version of the Iris Web Framework. -const Version = "12.2.2" +const Version = "12.2.4" // Byte unit helpers. const (