diff --git a/CHANGELOG.md b/CHANGELOG.md index f462e94..c4f322a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ filebeat CHANGELOG This file is used to list changes made in each version of the filebeat cookbook. +0.2.7 +----- + +- Virender Khatri - #21, add yum_repository resource attribute metadata_expire + +- Virender Khatri - #20, update to beat v1.0.1 + 0.2.6 ----- diff --git a/README.md b/README.md index 32ef7d2..97828d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ filebeat Cookbook ================ -[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.6-green.svg)](https://github.com/vkhatri/chef-filebeat) [![Build Status](https://travis-ci.org/vkhatri/chef-filebeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-filebeat) +[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.7-green.svg)](https://github.com/vkhatri/chef-filebeat) [![Build Status](https://travis-ci.org/vkhatri/chef-filebeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-filebeat) This is a [Chef] cookbook to manage [Filebeat]. @@ -12,7 +12,7 @@ This is a [Chef] cookbook to manage [Filebeat]. ## Most Recent Release ``` -cookbook 'filebeat', '~> 0.2.6' +cookbook 'filebeat', '~> 0.2.7' ``` ## From Git diff --git a/metadata.rb b/metadata.rb index aef52bd..2810250 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures Elastic Filebeat' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.2.6' +version '0.2.7' source_url 'https://github.com/vkhatri/chef-filebeat' if respond_to?(:source_url) issues_url 'https://github.com/vkhatri/chef-filebeat/issues' if respond_to?(:issues_url)