From 108e537dc91c37ce08bc00d828141f193c67fd26 Mon Sep 17 00:00:00 2001 From: Quentin Madec Date: Thu, 27 Oct 2016 17:12:46 -0400 Subject: [PATCH] dogstatsd-ruby, v2.1.0 --- CHANGELOG.md | 4 ++-- lib/datadog/statsd.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6debe9b1..f3cce2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # CHANGELOG -2.1.0/ UNRELEASED +2.1.0/ 2016.10.27 ================= ### Changes -* [FEATURE] Add an optional `by` parameter for `#increment` and `decrement`, [#33][] +* [FEATURE] Add an optional `by` parameter for `#increment` and `#decrement`, [#33][] * [BUGFIX] `#time`: record on all block exits, [#38][] [@nelhage][] * [IMPROVEMENT] Replace string literals with symbols or frozen strings, [#37][] [@janester][] diff --git a/lib/datadog/statsd.rb b/lib/datadog/statsd.rb index 7c2fd30c..40b75346 100644 --- a/lib/datadog/statsd.rb +++ b/lib/datadog/statsd.rb @@ -71,7 +71,7 @@ class << self # Return the current version of the library. def self.VERSION - "2.0.0" + "2.1.0" end # @param [String] host your statsd host