blob: f76e5cf22af4c2d33832f3d1c7a53727e4d6e187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0] - 2024-11-28
### Added
- To comply with the newly introduces `-label` argument to the exporter, a new
dictionary has been added as `args.labels`. Labels set through this will be
passed to the exporter, and thus added to the exported metrics.
## [1.0.0] - 2024-11-27
Initial release
|