diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5e918..59b0e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 0.9.0 - 2023-07-28 + +### Added + +- Support for summary metric type (Yabeda 0.12+ is required). [@Envek] +- Metrics endpoint response compression with Rack Deflater. [@etsenake], ([#23](https://github.com/yabeda-rb/yabeda-prometheus/pull/23) + +### Changed + +- prometheus-client 3.x or 4.x is required. [@Envek] + ## 0.8.0 - 2021-12-30 ### Added @@ -141,3 +152,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [@dsalahutdinov]: https://github.com/dsalahutdinov "Dmitry Salahutdinov" [@palkan]: https://github.com/palkan "Vladimir Dementyev" [@ollym]: https://github.com/ollym "Oliver Morgan" +[@etsenake]: https://github.com/etsenake "Josh Etsenake" diff --git a/lib/yabeda/prometheus/version.rb b/lib/yabeda/prometheus/version.rb index a765f27..db465bd 100644 --- a/lib/yabeda/prometheus/version.rb +++ b/lib/yabeda/prometheus/version.rb @@ -2,6 +2,6 @@ module Yabeda module Prometheus - VERSION = "0.8.0" + VERSION = "0.9.0" end end