Skip to content

Commit

Permalink
release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 10, 2017
1 parent 3c9c447 commit 339fef0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to the `dovecot` cookbook will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.2.0] - 2017-03-10
Special thanks to [Vassilis Aretakis](https://github.com/billiaz) for his astonishing contributions :sparkles:

### Added
- Add pwfilesupport ([issue #25](https://github.com/zuazo/dovecot-cookbook/pull/25), thanks to [Vassilis Aretakis](https://github.com/billiaz), [Sjoerd Tromp](https://github.com/stromp) and [Sander van Harmelen](https://github.com/svanharmelen)).
- metadata: Add `chef_version`.
Expand Down Expand Up @@ -161,7 +163,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## 0.1.0 - 2013-06-08
- Initial release of `dovecot`.

[Unreleased]: https://github.com/zuazo/dovecot-cookbook/compare/3.1.0...HEAD
[Unreleased]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...HEAD
[3.2.0]: https://github.com/zuazo/dovecot-cookbook/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/zuazo/dovecot-cookbook/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/zuazo/dovecot-cookbook/compare/2.5.0...3.0.0
[2.5.0]: https://github.com/zuazo/dovecot-cookbook/compare/2.4.0...2.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dovecot Cookbook
[![Cookbook Version](https://img.shields.io/cookbook/v/dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/dovecot)
[![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.2.0.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook)
[![Inline docs](http://inch-ci.org/github/zuazo/dovecot-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/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
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
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.2.0' # WIP
version '3.2.0'

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

0 comments on commit 339fef0

Please sign in to comment.