Skip to content

Commit

Permalink
Merge pull request #121 from DataDog/kserrania/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
KSerrania authored Jan 15, 2020
2 parents 91c15a9 + 79de0e4 commit 13fc8b0
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,6 +1,12 @@
Changes
=======

# 0.13.0 / 2020-01-10

* [MISC] Update dogapi gem version constraint and fix tests. [#119][]
* [MISC] Use a single test Gemfile. [#117][]
* [MISC] Move tests to CircleCI. [#116][]

# 0.12.3 / 2019-11-19

* [FEATURE] Use `api_url` to send Chef related data to extra endpoints. [#113][] [@Azoam][]
Expand Down Expand Up @@ -137,6 +143,9 @@ And all other versions were prior to this. See git history for more.
[#104]: https://github.com/DataDog/chef-handler-datadog/issues/104
[#109]: https://github.com/DataDog/chef-handler-datadog/issues/109
[#113]: https://github.com/DataDog/chef-handler-datadog/issues/113
[#116]: https://github.com/DataDog/chef-handler-datadog/issues/116
[#117]: https://github.com/DataDog/chef-handler-datadog/issues/117
[#119]: https://github.com/DataDog/chef-handler-datadog/issues/119
[@ABrehm264]: https://github.com/ABrehm264
[@Azoam]: https://github.com/Azoam
[@DanielMuller]: https://github.com/DanielMuller
Expand Down
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.12.3'
VERSION = '0.13.0'
end

0 comments on commit 13fc8b0

Please sign in to comment.