Skip to content

Commit a10d57c

Browse files
committed
release v3.2.1
1 parent ddaffbb commit a10d57c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the `dovecot` cookbook will be documented in this file.
33

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

6+
## [3.2.1] - 2017-03-10
7+
### Fixed
8+
- Unit Tests fix: Replace Ubuntu `13.10` with Ubuntu `14.04`.
9+
610
## [3.2.0] - 2017-03-10
711
Special thanks to [Vassilis Aretakis](https://github.com/billiaz) for his astonishing contributions :sparkles:
812

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

166-
[Unreleased]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...HEAD
170+
[Unreleased]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.1...HEAD
171+
[3.2.1]: https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...3.2.1
167172
[3.2.0]: https://github.com/zuazo/dovecot-cookbook/compare/3.1.0...3.2.0
168173
[3.1.0]: https://github.com/zuazo/dovecot-cookbook/compare/3.0.0...3.1.0
169174
[3.0.0]: https://github.com/zuazo/dovecot-cookbook/compare/2.5.0...3.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dovecot Cookbook
77
[![Cookbook Version](https://img.shields.io/cookbook/v/dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/dovecot)
88
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/dovecot-cookbook)
99
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/dovecot-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/dovecot-cookbook)
10-
[![Build Status](http://img.shields.io/travis/zuazo/dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook)
10+
[![Build Status](http://img.shields.io/travis/zuazo/dovecot-cookbook/3.2.1.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook)
1111
[![Inline docs](http://inch-ci.org/github/zuazo/dovecot-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/dovecot-cookbook)
1212

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

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Installs and configures Dovecot, open source IMAP and POP3 email server.
2828
EOH
2929
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
30-
version '3.2.1' # WiP
30+
version '3.2.1'
3131

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

0 commit comments

Comments
 (0)