Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Feb 23, 2015
1 parent 3eccbb0 commit 61463eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ boxbilling CHANGELOG

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

## v0.7.0 (2015-02-23)

* Fix `boxbilling_api[admin/system/params]` notifications.
* Disable PHP inside *bb-uploads* and *bb-data* directories.

## v0.6.0 (2015-02-13)

* `boxbilling_api`:
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.7.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
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ TODO
====

* [ ] Add unit tests for libraries.
* [ ] Fix RuboCop offenses.
* [ ] Improve api provider PATH_SPECIAL_IDS implementation avoiding nils.
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.7.0' # WiP
version '0.7.0'

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

0 comments on commit 61463eb

Please sign in to comment.