Skip to content

Commit f5ecedd

Browse files
committed
release v0.2.0
1 parent 9097ce8 commit f5ecedd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## 0.2.0:
6+
7+
* Added [Amazon SES](http://aws.amazon.com/ses/) support.
8+
* Added SES tests.
9+
* Fixed *resolv.conf* inside chroot in CentOS.
10+
511
## 0.1.0:
612

713
* Initial release of `postfix-dovecot`

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures a mail server using Postfix, Dovecot, PostfixAdmin and SpamAssassin, including Amazon SES support.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.1.1' # WiP
7+
version '0.2.0'
88

99
supports 'centos', '>= 6.0'
1010
supports 'debian', '>= 7.0'

0 commit comments

Comments
 (0)