Skip to content

Commit

Permalink
Prepare 0.14.0 release (#125)
Browse files Browse the repository at this point in the history
Update changelog & version.
  • Loading branch information
KSerrania authored Nov 6, 2020
1 parent eff9521 commit 167441f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

# 0.14.0 / 2020-01-10

* [MISC] Update dogapi gem dependency from 1.38 to 1.42. [#124][]
* [MISC] Update rack gem dependency from 2.0.8 to 2.2.3. [#123][]

# 0.13.0 / 2020-01-10

* [MISC] Update dogapi gem version constraint and fix tests. [#119][]
Expand Down Expand Up @@ -146,6 +151,8 @@ And all other versions were prior to this. See git history for more.
[#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
[#123]: https://github.com/DataDog/chef-handler-datadog/issues/123
[#124]: https://github.com/DataDog/chef-handler-datadog/issues/124
[@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.13.0'
VERSION = '0.14.0'
end

0 comments on commit 167441f

Please sign in to comment.