Skip to content

Commit

Permalink
0.7.1: Fix Puma 6 error if exporter stopped before creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Nov 28, 2022
1 parent 4f1a035 commit 6553164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.7.1 - 2022-11-28

### Fixed

- Error if exporter is stopped before creation. [@ollym][], [#27](https://github.com/yabeda-rb/yabeda-puma-plugin/pull/27)

## 0.7.0 - 2022-10-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/puma/plugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Yabeda
module Puma
module Plugin
VERSION = "0.7.0"
VERSION = "0.7.1"
end
end
end

0 comments on commit 6553164

Please sign in to comment.