From 79e2d5b4048b68440017071d76f34971a458f7a3 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Fri, 9 Jan 2015 19:25:05 +0100 Subject: [PATCH] release v1.2.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28841a9..e9f6679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This file is used to list changes made in each version of `postfix-dovecot`. +## v1.2.0 (2015-01-09) + +* Add Dovecot SSL certificate generation. +* Integrate with `ssl_certificate` cookbook version `1.2`. +* metadata: Fix attributes default types. +* Gemfile: Update RuboCop to `0.28.0`. +* README: Fix some typos and update Supermarket links. + ## v1.1.0 (2014-11-09) * Add RBL support. diff --git a/README.md b/README.md index 71b2753..9ca8577 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Description =========== [![Cookbook Version](https://img.shields.io/cookbook/v/postfix-dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/postfix-dovecot) [![Dependency Status](http://img.shields.io/gemnasium/onddo/postfix-dovecot-cookbook.svg?style=flat)](https://gemnasium.com/onddo/postfix-dovecot-cookbook) -[![Build Status](http://img.shields.io/travis/onddo/postfix-dovecot-cookbook.svg?style=flat)](https://travis-ci.org/onddo/postfix-dovecot-cookbook) +[![Build Status](http://img.shields.io/travis/onddo/postfix-dovecot-cookbook/1.2.0.svg?style=flat)](https://travis-ci.org/onddo/postfix-dovecot-cookbook) Installs and configures a mail server using [Postfix](http://www.postfix.org/), [Dovecot](http://www.dovecot.org/), [PostfixAdmin](http://postfixadmin.sourceforge.net/) and [SpamAssassin](http://spamassassin.apache.org/), including [Amazon SES](http://aws.amazon.com/ses/) support. diff --git a/metadata.rb b/metadata.rb index 220d872..fc0bcdf 100644 --- a/metadata.rb +++ b/metadata.rb @@ -25,7 +25,7 @@ description 'Installs and configures a mail server using Postfix, Dovecot, '\ 'PostfixAdmin and SpamAssassin, including Amazon SES support.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.2.0' # WiP +version '1.2.0' supports 'amazon' supports 'centos', '>= 6.0'