Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Feb 8, 2015
1 parent 3870a90 commit f1ee1e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ boxbilling CHANGELOG

This file is used to list changes made in each version of the `boxbilling` cookbook.

## v0.5.0 (2015-02-08)

* Update boxbilling when `'download_url'` points to a new version.
* `boxbilling_api`: Add `same_item?` to compare primary keys, support for `'admin/email/template'`.
* Calculate debug mode.
* Fix all RuboCop offenses (big code refactor).
* README: Add codeclimate badge.

## v0.4.1 (2015-01-21)

* Fix disabling nginx default site.
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.5.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.5.0' # WiP
version '0.5.0'

supports 'amazon'
supports 'centos', '>= 6.0'
Expand Down

0 comments on commit f1ee1e0

Please sign in to comment.