Skip to content

Commit

Permalink
Merge pull request #26 from DataDog/yann/v1.6.0
Browse files Browse the repository at this point in the history
[packaging] v1.6.0
  • Loading branch information
yannmh committed Dec 21, 2015
2 parents 630cfbe + 7ef02e2 commit d9e2531
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
@@ -1,5 +1,12 @@
# CHANGELOG

1.6.0/ Unreleased
==================

### Changes

* [IMPROVEMENT] Stop mutating input parameters, [#22][] [@olefriis][]

1.5.0/ 2015.05.20
==================

Expand Down Expand Up @@ -65,5 +72,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#14]: https://github.com/DataDog/dogstatsd-ruby/issues/14
[#16]: https://github.com/DataDog/dogstatsd-ruby/issues/16
[#17]: https://github.com/DataDog/dogstatsd-ruby/issues/17
[#22]: https://github.com/DataDog/dogstatsd-ruby/issues/22
[@gleseur]: https://github.com/gleseur
[@olefriis]: https://github.com/olefriis
[@sensadrome]: https://github.com/sensadrome
2 changes: 1 addition & 1 deletion lib/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class << self

# Return the current version of the library.
def self.VERSION
"1.5.0"
"1.6.0"
end

# @param [String] host your statsd host
Expand Down

0 comments on commit d9e2531

Please sign in to comment.