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 42ade4e commit ef851c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
permissions:
contents: write
id-token: write
packages: write

steps:
- uses: actions/checkout@v4
with:
Expand Down
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 ef851c1

Please sign in to comment.