Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Routes deletion on config reload (#38).

### Changed

## 0.3.2 - 2025-11-11

The release fixes a small bug on config reload.

### Fixed

- Routes deletion on config reload (#38).

## 0.3.1 - 2025-07-07

The release contains some minor bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion roles/metrics-export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local M = {}

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

local function is_array(tbl)
assert(type(tbl) == "table", "a table expected")
Expand Down
Loading