From 50570c7ca1fdd27e21ea011649dcda1694a3f1db Mon Sep 17 00:00:00 2001 From: Igor Zolotarev <63460867+yngvar-antonsson@users.noreply.github.com> Date: Fri, 17 May 2024 12:50:44 +0200 Subject: [PATCH] Release 1.1.0 (#488) --- CHANGELOG.md | 2 ++ metrics/version.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c024b6ba..e438e53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] - 2024-05-17 ### Added - `metrics.cfg{}` `"all"` metasection for array `include` and `exclude` (`metrics.cfg{include={'all'}}` can be used instead of `metrics.cfg{include='all'}`, diff --git a/metrics/version.lua b/metrics/version.lua index 4b4a9f49..9e043833 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.0.0' +return '1.1.0'