Skip to content

Commit

Permalink
release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 10, 2017
1 parent ddaffbb commit a10d57c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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/).

## [3.2.1] - 2017-03-10
### Fixed
- Unit Tests fix: Replace Ubuntu `13.10` with Ubuntu `14.04`.

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

Expand Down Expand Up @@ -163,7 +167,8 @@ Special thanks to [Vassilis Aretakis](https://github.com/billiaz) for his astoni
## 0.1.0 - 2013-06-08
- Initial release of `dovecot`.

[Unreleased]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...HEAD
[Unreleased]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.1...HEAD
[3.2.1]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...3.2.1
[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
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.1.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.1' # WiP
version '3.2.1'

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

0 comments on commit a10d57c

Please sign in to comment.