diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c6266..482cbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Fixed + +## 1.0.0 - 2024-04-17 + +The release introduces roles for Tarantool 3 and improves the module metrics. + +### Added + - Metric `tnt_sharded_queue_router_role_stats` is a [summary][metrics-summary] with quantiles of `sharded_queue.api` role API calls (#71). The metric includes a counter of API calls and errors. diff --git a/sharded_queue/version.lua b/sharded_queue/version.lua index 276071e..4b4a9f4 100644 --- a/sharded_queue/version.lua +++ b/sharded_queue/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '0.1.1' +return '1.0.0'