Skip to content

Commit 7cb67bb

Browse files
Release 1.2.0 (#493)
1 parent e7e49a6 commit 7cb67bb

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
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [1.2.0] - 2024-07-09
89
### Added
910
- New Tarantool 3 metrics:
1011
- tnt_config_alerts

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.1.0'
4+
return '1.2.0'

0 commit comments

Comments
 (0)