diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..27f3acf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +Changes +======= +# 0.2.0 / 2013-10-31 + +* [BUGFIX] moved Chef gem dependency to development, [#34][] [@miketheman][] +* [BUGFIX] redis python client check was not properly checking the default version, [@remh][] +* [MISC] tailor 1.3.1 caught some cosmetic issue, [@alq][] +* [MISC] fixed a few repo & build issues, [@miketheman][] + +# 0.1.2 / 2013-04-03 + +And all other versions were prior to this. See git history for more. + +[#34]: https://github.com/DataDog/chef-handler-datadog/issues/34 +[@alq]: https://github.com/alq +[@miketheman]: https://github.com/miketheman +[@remh]: https://github.com/remh \ No newline at end of file diff --git a/lib/chef-handler-datadog.rb b/lib/chef-handler-datadog.rb index 650dff1..c57d433 100644 --- a/lib/chef-handler-datadog.rb +++ b/lib/chef-handler-datadog.rb @@ -1,3 +1,3 @@ module ChefHandlerDatadog - VERSION = "0.2.0.dev" + VERSION = "0.2.0" end