Skip to content

Commit 79e2d5b

Browse files
committed
release v1.2.0
1 parent 1d6b2f6 commit 79e2d5b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This file is used to list changes made in each version of `postfix-dovecot`.
44

5+
## v1.2.0 (2015-01-09)
6+
7+
* Add Dovecot SSL certificate generation.
8+
* Integrate with `ssl_certificate` cookbook version `1.2`.
9+
* metadata: Fix attributes default types.
10+
* Gemfile: Update RuboCop to `0.28.0`.
11+
* README: Fix some typos and update Supermarket links.
12+
513
## v1.1.0 (2014-11-09)
614

715
* Add RBL support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description
22
===========
33
[![Cookbook Version](https://img.shields.io/cookbook/v/postfix-dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/postfix-dovecot)
44
[![Dependency Status](http://img.shields.io/gemnasium/onddo/postfix-dovecot-cookbook.svg?style=flat)](https://gemnasium.com/onddo/postfix-dovecot-cookbook)
5-
[![Build Status](http://img.shields.io/travis/onddo/postfix-dovecot-cookbook.svg?style=flat)](https://travis-ci.org/onddo/postfix-dovecot-cookbook)
5+
[![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)
66

77
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.
88

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description 'Installs and configures a mail server using Postfix, Dovecot, '\
2626
'PostfixAdmin and SpamAssassin, including Amazon SES support.'
2727
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
28-
version '1.2.0' # WiP
28+
version '1.2.0'
2929

3030
supports 'amazon'
3131
supports 'centos', '>= 6.0'

0 commit comments

Comments
 (0)