Skip to content

Commit 0e1d4e8

Browse files
committed
Release 0.4.1
1 parent 1efadb8 commit 0e1d4e8

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ 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.1 - 2026-05-05
9+
10+
Fixed backward compatibility with Tarantool versions where `metrics` module does not yet
11+
provide full Graphite support.
912

1013
### Fixed
1114

1215
- Backward compatibility with Tarantool that hasn't version of metrics module with full Graphite support.
1316

14-
## 0.4.0 - 2025-03-27
17+
## 0.4.0 - 2026-03-27
1518

1619
This release adds support for `Graphite`.
1720

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

1111
local DEFAULT_GRAPHITE_SEND_INTERVAL = 2
1212

0 commit comments

Comments
 (0)