Skip to content

Commit f3d1491

Browse files
committed
Release 0.3.2
1 parent 095262f commit f3d1491

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14-
- Routes deletion on config reload (#38).
15-
1614
### Changed
1715

16+
## 0.3.2 - 2025-11-11
17+
18+
The release fixes a small bug on config reload.
19+
20+
### Fixed
21+
22+
- Routes deletion on config reload (#38).
23+
1824
## 0.3.1 - 2025-07-07
1925

2026
The release contains some minor bugfixes.

roles/metrics-export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local M = {}
66

77
-- Сontains the module version.
88
-- Requires manual update in case of release commit.
9-
M._VERSION = "0.3.1"
9+
M._VERSION = "0.3.2"
1010

1111
local function is_array(tbl)
1212
assert(type(tbl) == "table", "a table expected")

0 commit comments

Comments
 (0)