From d9910cd6058364a9865a4905394d59d9fec46b6b Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Thu, 23 Jul 2015 18:24:54 +0200 Subject: [PATCH] release v2.2.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fcba9..4ccb244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index 31baa3e..ceb362c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/metadata.rb b/metadata.rb index fc5405a..911c766 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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'