Skip to content

Commit

Permalink
release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Feb 27, 2017
1 parent adde505 commit 277a197
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

This file is used to list changes made in each version of `dovecot` cookbook.

## v3.1.0 (2017-02-27)

* Service: Add support for Dovecot Replication ([issue #24](https://github.com/zuazo/dovecot-cookbook/pull/24), thanks [Vassilis Aretakis](https://github.com/billiaz)).
* Change libraries namespace from `Dovecot` to `DovecotCookbook`.
* Add unit tests to `Dovecot::Auth` library.

## v3.0.0 (2016-10-09)

### Breaking Changes on v3.0.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Dovecot Cookbook

[![Dependency Status](http://img.shields.io/gemnasium/zuazo/dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/dovecot-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/dovecot-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/dovecot-cookbook/3.1.0.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook)

[Chef](https://www.chef.io/) cookbook to install and configure [Dovecot](http://www.dovecot.org/), open source IMAP and POP3 email server.

Expand Down Expand Up @@ -1068,6 +1068,7 @@ License and Author
| **Contributor:** | [Jordi Llonch](https://github.com/llonchj)
| **Contributor:** | [Michael Burns](https://github.com/mburns)
| **Contributor:** | [Marcus Klein](https://github.com/kleini)
| **Contributor:** | [Vassilis Aretakis](https://github.com/billiaz)
| **Copyright:** | Copyright (c) 2015-2016, Xabier de Zuazo
| **Copyright:** | Copyright (c) 2013-2015, Onddo Labs, SL.
| **License:** | Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -27,7 +27,7 @@
Installs and configures Dovecot, open source IMAP and POP3 email server.
EOH
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.1.0' # WiP
version '3.1.0'

if respond_to?(:source_url)
source_url "https://github.com/zuazo/#{name}-cookbook"
Expand Down

0 comments on commit 277a197

Please sign in to comment.