From 2ea061b074a45ed5a4cdd091b00554494c9d9aa8 Mon Sep 17 00:00:00 2001 From: themilchenko Date: Tue, 11 Nov 2025 14:24:55 +0300 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 10 ++++++++-- roles/metrics-export.lua | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3afdca..7632379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/roles/metrics-export.lua b/roles/metrics-export.lua index 33ec104..03e9933 100644 --- a/roles/metrics-export.lua +++ b/roles/metrics-export.lua @@ -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")