diff --git a/CHANGELOG.md b/CHANGELOG.md index bd67323..27879ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -cookbook-example CHANGELOG -========================== +cookbook-minio CHANGELOG +=============== -This file is used to list changes made in each version of the example cookbook. +## 0.0.4 + + - David Vanhoucke + - [7854ac8] add ipaddress sync -0.0.1 ------ -- [your_name] - - COMMIT_REF Initial release of cookbook example +This file is used to list changes made in each version of the example cookbook. - - - Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown. diff --git a/resources/metadata.rb b/resources/metadata.rb index 1f6f754..0f4b396 100644 --- a/resources/metadata.rb +++ b/resources/metadata.rb @@ -4,4 +4,4 @@ license 'AGPLv3' description 'Installs/Configures Minio' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.0.3' +version '0.0.4'