diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ccbe88..7b9f130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/yabeda/puma/plugin/version.rb b/lib/yabeda/puma/plugin/version.rb index 32864e2..7203735 100644 --- a/lib/yabeda/puma/plugin/version.rb +++ b/lib/yabeda/puma/plugin/version.rb @@ -1,7 +1,7 @@ module Yabeda module Puma module Plugin - VERSION = "0.7.0" + VERSION = "0.7.1" end end end