Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Rodriguez committed Feb 13, 2015
1 parent caf0f39 commit 8ed0115
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8ed0115

Please sign in to comment.