Skip to content

Commit

Permalink
v0.6.1: Bump version with fixes for requiring dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Apr 28, 2020
1 parent a0dee4d commit abd9a25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.6.1 - 2020-04-28

### Changed

- Fixed issue with Push Gateway require. [#13](https://github.com/yabeda-rb/yabeda-prometheus/pull/13) by [@baarkerlounger].
- Fixed possible issue with rack absense in non-web applications. Declared it as a dependency. [@Envek]

## 0.6.0 - 2020-04-15

### Changed
Expand Down Expand Up @@ -99,4 +106,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial release of evil-metrics-prometheus gem. @Envek

[@Envek]: https://github.com/Envek "Andrey Novikov"
[@alexander37137]: https://github.com/alexander37137 "Alexander Andreev"
[@baarkerlounger]: https://github.com/baarkerlounger "Daniel Baark"
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.6.0"
VERSION = "0.6.1"
end
end

0 comments on commit abd9a25

Please sign in to comment.