Browse Source

release v0.1.1

Xabier de Zuazo 10 years ago
parent
commit
fe2c653b33
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      metadata.rb

+ 6 - 0
CHANGELOG.md

@@ -2,6 +2,12 @@
 
 This file is used to list changes made in each version of dovecot.
 
+## 0.1.1:
+
+* Typo in auth-passwdfile.conf template ([issue #2](https://github.com/onddo/dovecot-cookbook/pull/1), thanks [Trond Arve Nordheim](https://github.com/tanordheim))
+* Fix typo in README.md ([issue #1](https://github.com/onddo/dovecot-cookbook/pull/1), thanks [Andreas Lappe](https://github.com/alappe)) 
+* Gemfile improvements
+
 ## 0.1.0:
 
 * Initial release of `dovecot`

+ 1 - 1
metadata.rb

@@ -4,7 +4,7 @@ maintainer_email 'team@onddo.com'
 license          'Apache 2.0'
 description      'Installs and configures Dovecot, open source IMAP and POP3 email server.'
 long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          '0.1.1' # WiP
+version          '0.1.1'
 
 supports 'centos', '>= 6.0'
 supports 'debian', '>= 7.0'