From ebfb0ccd08e9ffb893974ae186dd104a7ec3ebcc Mon Sep 17 00:00:00 2001 From: Chance Feick Date: Tue, 21 Feb 2017 09:34:23 -0800 Subject: [PATCH] Bump version and changelog for 2.0.1 --- CHANGELOG.md | 3 +++ lib/librato/rack/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f72934..ea22926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### Version 2.0.1 +* Ensure `rack.request.queue.time` metric is not negative (#68, Austin Schneider) + ### Version 2.0.0 * Add support for tagged measurements (#54) diff --git a/lib/librato/rack/version.rb b/lib/librato/rack/version.rb index 5781efd..b9b906a 100644 --- a/lib/librato/rack/version.rb +++ b/lib/librato/rack/version.rb @@ -1,5 +1,5 @@ module Librato class Rack - VERSION = "2.0.0" + VERSION = "2.0.1" end end