diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fa2f3..0322d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ This file is used to list changes made in each version of the aerospike-cluster - Blair Hamilton - adding clustering via chef server +- Virender Khatri - #10, fix enable_test_namespace config disable for test namespace + +- Virender Khatri - better namespace formatting + +- Virender Khatri - fix rubocop #14 + 0.1.2 ----- @@ -19,10 +25,12 @@ This file is used to list changes made in each version of the aerospike-cluster 0.1.1 ----- + - Virender Khatri - #1, added package installation support 0.1.0 ----- + - Virender Khatri - Initial release of aerospike-cluster - - - diff --git a/README.md b/README.md index 520c53f..8aa2e71 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ aerospike-cluster Cookbook ================ -[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.2-green.svg)](https://github.com/vkhatri/chef-aerospike-cluster)[![Build Status](https://travis-ci.org/vkhatri/chef-aerospike-cluster.svg?branch=master)](https://travis-ci.org/vkhatri/chef-aerospike-cluster) +[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.3-green.svg)](https://github.com/vkhatri/chef-aerospike-cluster)[![Build Status](https://travis-ci.org/vkhatri/chef-aerospike-cluster.svg?branch=master)](https://travis-ci.org/vkhatri/chef-aerospike-cluster) This is a [Chef] cookbook to manage [Aerospike]. @@ -10,7 +10,7 @@ This is a [Chef] cookbook to manage [Aerospike]. ### Most Recent Release ``` -cookbook 'aerospike-cluster', '~> 0.1.2' +cookbook 'aerospike-cluster', '~> 0.1.3' ``` ### From Git diff --git a/metadata.rb b/metadata.rb index 61a2cf8..dd498c6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures aerospike-cluster' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.1.2' +version '0.1.3' %w(ubuntu centos amazon redhat fedora).each do |os| supports os