Skip to content

Commit 8bada2a

Browse files
committed
Release 0.3.2
1 parent 095262f commit 8bada2a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Added
10+
## Added
11+
12+
## Fixed
13+
14+
## Changed
15+
16+
## 0.3.2 - 2025-11-11
17+
18+
The release fixes small bug on config reload.
1119

1220
### Fixed
1321

1422
- Routes deletion on config reload (#38).
1523

16-
### Changed
17-
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)