diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecc03e..4739faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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 diff --git a/README.md b/README.md index 5a61c5f..6beb1a6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/metadata.rb b/metadata.rb index d1251d7..b4361d5 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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"