Skip to content

Commit

Permalink
release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 23, 2015
1 parent a93970f commit d9910cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

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

* Travis CI: Fix `test-kitchen` integration tests.

## v2.2.0 (2015-07-22)

* Fix Debian Jessie support ([issue #15](https://github.com/onddo/dovecot-cookbook/issues/15), thanks [Marcus Klein](https://github.com/kleini) for the help).
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/dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/dovecot)
[![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.svg?style=flat)](https://travis-ci.org/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)

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.1' # WiP
version '2.2.1'

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

0 comments on commit d9910cd

Please sign in to comment.