From b925790f6c82e91ce07e9605a927555876c87b2e Mon Sep 17 00:00:00 2001 From: Igor Zolotarev Date: Thu, 23 Sep 2021 13:46:01 +0300 Subject: [PATCH] Release 0.11.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c1fb08..b097fc8f 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] + +## [0.11.0] - 2021-09-23 ### Added - collector's method `remove` to clear observations with given label pairs [#263](https://github.com/tarantool/metrics/issues/263) - `counter:reset()` method [#260](https://github.com/tarantool/metrics/issues/260)