Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jan 9, 2015
1 parent 1d6b2f6 commit 79e2d5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 79e2d5b

Please sign in to comment.