Skip to content

Commit

Permalink
chef-handler-datadog, v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Mar 22, 2016
1 parent 956be6e commit a0ee5fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 0.9.0 / 2016-03-22

* [FEATURE] Enable users to select tag prefix [#81][] [@mstepniowski][]

# 0.8.0 / 2016-03-01

* [FEATURE] Add success/failure metric [#75][] [@jhulten][]
Expand Down Expand Up @@ -84,13 +88,15 @@ And all other versions were prior to this. See git history for more.
[#75]: https://github.com/DataDog/chef-handler-datadog/issues/75
[#78]: https://github.com/DataDog/chef-handler-datadog/issues/78
[#80]: https://github.com/DataDog/chef-handler-datadog/issues/80
[#81]: https://github.com/DataDog/chef-handler-datadog/issues/81
[@alq]: https://github.com/alq
[@bigbam505]: https://github.com/bigbam505
[@datwiz]: https://github.com/datwiz
[@dwradcliffe]: https://github.com/dwradcliffe
[@jhulten]: https://github.com/jhulten
[@miketheman]: https://github.com/miketheman
[@mstepniowski]: https://github.com/mstepniowski
[@olivielpeau]: https://github.com/olivielpeau
[@owen]: https://github.com/owen
[@remh]: https://github.com/remh
[@rlaveycal]: https://github.com/rlaveycal
[@rlaveycal]: https://github.com/rlaveycal
2 changes: 1 addition & 1 deletion lib/chef_handler_datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Helper module for version number only.
# Real deal in 'chef/handler/datadog.rb'
module ChefHandlerDatadog
VERSION = '0.8.0'
VERSION = '0.9.0'
end

0 comments on commit a0ee5fb

Please sign in to comment.