Skip to content

Commit 7a381cb

Browse files
Release 1.3.0 (#500)
1 parent e84f287 commit 7a381cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2024-02-24
910
### Added
1011
- New metrics category in config: ``cpu_extended``.
1112

metrics/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.2.0'
4+
return '1.3.0'

0 commit comments

Comments
 (0)