Skip to content

Commit

Permalink
release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 29, 2015
1 parent 43ce96c commit b877866
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v2.2.2 (2015-07-29)

* Tests:
* Gemfile: kitchen-docker `~> 2.1.0`.

* Documentation:
* README: Use markdown tables.
* Add GitHub source badge.

## v2.2.1 (2015-07-23)

* Travis CI: Fix `test-kitchen` integration tests.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description
[![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/onddo/dovecot-cookbook)
[![Dependency Status](http://img.shields.io/gemnasium/onddo/dovecot-cookbook.svg?style=flat)](https://gemnasium.com/onddo/dovecot-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/dovecot-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/dovecot-cookbook/2.2.1.svg?style=flat)](https://travis-ci.org/onddo/dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/dovecot-cookbook/2.2.2.svg?style=flat)](https://travis-ci.org/onddo/dovecot-cookbook)

Installs and configures [Dovecot](http://www.dovecot.org/), open source IMAP and POP3 email server.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Installs and configures Dovecot, open source IMAP and POP3 email server.
EOH
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.2.2' # WiP
version '2.2.2'

supports 'centos', '>= 6.0'
supports 'debian', '>= 7.0'
Expand Down

0 comments on commit b877866

Please sign in to comment.