From 8ed01158aab0866e4ba948a993d9f42e67b5b513 Mon Sep 17 00:00:00 2001 From: Raul Rodriguez Date: Fri, 13 Feb 2015 14:46:25 +0100 Subject: [PATCH] release v0.6.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 247a015..3a571b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ boxbilling CHANGELOG This file is used to list changes made in each version of the `boxbilling` cookbook. +## v0.6.0 (2015-02-13) + +* `boxbilling_api`: + * Use returned id when updating after a create. + * Fix method name typo. + * Use passed args when reading list. + * Improved handling of borderline cases. + * Fix condition on same_item?. + * Handle paths that have slug field. + ## v0.5.0 (2015-02-08) * Update boxbilling when `'download_url'` points to a new version. diff --git a/README.md b/README.md index de61898..b36ffb6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Description [![Cookbook Version](https://img.shields.io/cookbook/v/boxbilling.svg?style=flat)](https://supermarket.getchef.com/cookbooks/boxbilling) [![Dependency Status](http://img.shields.io/gemnasium/onddo/boxbilling-cookbook.svg?style=flat)](https://gemnasium.com/onddo/boxbilling-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/onddo/boxbilling-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/boxbilling-cookbook) -[![Build Status](http://img.shields.io/travis/onddo/boxbilling-cookbook.svg?style=flat)](https://travis-ci.org/onddo/boxbilling-cookbook) +[![Build Status](http://img.shields.io/travis/onddo/boxbilling-cookbook/0.6.0.svg?style=flat)](https://travis-ci.org/onddo/boxbilling-cookbook) Chef cookbook to install and configure [BoxBilling](http://www.boxbilling.com/), invoice and client management software. diff --git a/metadata.rb b/metadata.rb index fa7b051..628a488 100644 --- a/metadata.rb +++ b/metadata.rb @@ -27,7 +27,7 @@ Installs and configures BoxBilling, invoice and client management software EOS long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.6.0' # WiP +version '0.6.0' supports 'amazon' supports 'centos', '>= 6.0'