Skip to content

Commit

Permalink
0.9.1: Compatibility with Rack 3 and Rack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jan 4, 2024
1 parent fef8f6e commit cf012ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.9.1 - 2024-01-04

### Fixed

- Compatibility with Rack 3 and Rack 2. [#27](https://github.com/yabeda-rb/yabeda-prometheus/pull/27) by [@aroop][].

## 0.9.0 - 2023-07-28

### Added
Expand Down Expand Up @@ -153,3 +159,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@palkan]: https://github.com/palkan "Vladimir Dementyev"
[@ollym]: https://github.com/ollym "Oliver Morgan"
[@etsenake]: https://github.com/etsenake "Josh Etsenake"
[@aroop]: https://github.com/aroop "Ajay Guthikonda"
2 changes: 1 addition & 1 deletion lib/yabeda/prometheus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Prometheus
VERSION = "0.9.0"
VERSION = "0.9.1"
end
end

0 comments on commit cf012ae

Please sign in to comment.