-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog update and version prep for release
- Loading branch information
1 parent
2806c74
commit 021fd5d
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
<!--- The following link definition list is generated by PimpMyChangelog ---> | ||
[#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ChefHandlerDatadog | ||
VERSION = "0.2.0.dev" | ||
VERSION = "0.2.0" | ||
end |