diff --git a/CHANGELOG.md b/CHANGELOG.md index a686300..c5c2967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2026-02-25 + +### Fixed + +- Histogram values now use `FormattedValue` for consistent encoding of special values (+Inf, -Inf, NaN) (#12). + ## [1.1.1] - 2023-10-24 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 67dc7cf..4340b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ic-metrics-encoder" authors = ["The Internet Computer Project Developers"] description = "A library for encoding metrics in Prometheus text exposition format." -version = "1.1.1" +version = "1.1.2" edition = "2021" license = "Apache-2.0" readme = "README.md"