Skip to content

Commit

Permalink
Release 1.5.5 - Code cleanups and Prometheus sample improvements
Browse files Browse the repository at this point in the history
Change-Id: I8afeffa55a6275ee2b83e82939f86917e5f71953
  • Loading branch information
pierresouchay committed Sep 27, 2018
1 parent b7457d5 commit 79514ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

## (UNRELEASED)

## 1.5.4 (September 27, 2018)

IMPROVEMENTS:

* Improved [Prometheus template](samples/metrics.erb) with many new metrics
* Documentation improvements regarding statistics and endpoints
* Code cleanups, code style, remove unused source file
* Travis build now runs rubocop and test with Ruby version from 2.3.x to 2.5.x

## 1.5.4 (September 26, 2018)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/async/version.rb
@@ -1,5 +1,5 @@
module Consul
module Async
VERSION = '1.5.4'.freeze
VERSION = '1.5.5'.freeze
end
end

0 comments on commit 79514ad

Please sign in to comment.