Skip to content

Commit

Permalink
Merge pull request #68 from DataDog/yann/v1.18.0
Browse files Browse the repository at this point in the history
v1.18.0
  • Loading branch information
yannmh committed Jun 1, 2015
2 parents 2475833 + 07bd062 commit 2bdde1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: ruby
rvm:
- 1.9.3
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changes
=======

# 1.18.0 / 2015-06-01
* Add support for host muting.

# 1.17.0 / 2015-03-26
* Use MultiJSON for JSON handling. (thanks [@winebarrel][] [#64][])

Expand Down Expand Up @@ -129,4 +133,4 @@ Changes
[@byroot]: https://github.com/byroot
[@treeder]: https://github.com/treeder
[@winebarrel]: https://github.com/winebarrel
[@yyuu]: https://github.com/yyuu
[@yyuu]: https://github.com/yyuu
2 changes: 1 addition & 1 deletion lib/dogapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dogapi
VERSION = "1.17.0"
VERSION = "1.18.0"
end

0 comments on commit 2bdde1f

Please sign in to comment.