Skip to content

Commit

Permalink
dogstatsd-ruby, v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
degemer committed Oct 27, 2016
1 parent b99f5c6 commit 108e537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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][]

Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 108e537

Please sign in to comment.