From ea30dee11248c5c1b578eab467a17c92567688d3 Mon Sep 17 00:00:00 2001 From: Igor Zolotarev Date: Mon, 24 Feb 2025 12:52:28 +0300 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 1 + metrics/version.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0443308e..e6606257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2024-02-24 ### Added - New metrics category in config: ``cpu_extended``. diff --git a/metrics/version.lua b/metrics/version.lua index dd22bfcc..dbd345ea 100644 --- a/metrics/version.lua +++ b/metrics/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.2.0' +return '1.3.0'