Skip to content

Commit 2665f53

Browse files
committed
Release 0.4.2
1 parent 5516288 commit 2665f53

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 0.4.2 - 2026-08-07
9+
10+
The release fixes several bugs which affect export targets on config reload.
911

1012
### Fixed
1113

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.4.1"
9+
M._VERSION = "0.4.2"
1010

1111
local DEFAULT_GRAPHITE_SEND_INTERVAL = 2
1212

0 commit comments

Comments
 (0)