Skip to content

Commit b9f6025

Browse files
committed
release v12.2.4
1 parent 83c72a9 commit b9f6025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
2323

2424
Changes apply to `master` branch.
2525

26-
# Sat, 12 Aug 2023 | v12.2.3
26+
# Sat, 12 Aug 2023 | v12.2.4
2727

2828
- 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).
2929

30-
> We jumped v12.2.2.
30+
> We jumped v12.2.2 and v12.2.3.
3131
3232
# Mon, 17 July 2023 | v12.2.1
3333

iris.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
)
3939

4040
// Version is the current version of the Iris Web Framework.
41-
const Version = "12.2.2"
41+
const Version = "12.2.4"
4242

4343
// Byte unit helpers.
4444
const (

0 commit comments

Comments
 (0)