diff --git a/CHANGELOG.md b/CHANGELOG.md index 1796b47..abf5d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # mongodb3 Cookbook CHANGELOG +## 5.1.0 + +* Feature request #31 : Creating sysLog directory for mongod +* Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04 + ## 5.0.0 * Fixed Chef::Mixin::Template::TemplateError: Node attributes are read-only when you do not specify which precedence level to set with Chef 11.10 - Daniel Doubrovkine([@dblock](https://github.com/dblock)) #21. diff --git a/README.md b/README.md index 3236300..d1d7886 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### NOTICE : -* Current version 5.0.0 is not supporting automation and monitoring mms agent installation for Debian 7.8 +* Current version is not supporting automation and monitoring mms agent installation for Debian 7.8 * MongoDB 3.2.1 is default version of mongodb3 cookbook ### Contributors diff --git a/metadata.rb b/metadata.rb index 62e215f..3e0bd7f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures mongodb3' long_description 'Installs/Configures mongodb3' -version '5.0.0' +version '5.1.0' supports 'ubuntu', '= 12.04' supports 'debian', '= 7.8'