diff --git a/CHANGELOG.md b/CHANGELOG.md index 6790f71..52b2399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,30 @@ This file is used to list changes made in each version of `dovecot` cookbook. -## v2.2.2 (2015-07-29) +## v2.3.0 (2015-08-30) + +* Update chef links to use *chef.io* domain. +* Update contact information and links after migration. +* metadata: Add `source_url` and `issues_url`. * Tests: - * Gemfile: kitchen-docker `~> 2.1.0`. + * Move ChefSpec tests to *test/unit*. + * Rakefile: Add clean task. + * Travis CI: Use `kitchen-in-travis` version `0.3.0`. + * Gemfile: Update RuboCop to `0.33.0`. + +* Documentation: + * README: Improve description. + +## v2.2.2 (2015-07-29) * Documentation: * README: Use markdown tables. * Add GitHub source badge. +* Tests: + * Gemfile: kitchen-docker `~> 2.1.0`. + ## v2.2.1 (2015-07-23) * Travis CI: Fix `test-kitchen` integration tests. diff --git a/README.md b/README.md index 90fc0ed..48f4075 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Dovecot Cookbook [![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/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/2.3.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. diff --git a/metadata.rb b/metadata.rb index 4144a20..d2f1f5a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -26,7 +26,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 '2.3.0' # WiP +version '2.3.0' if respond_to?(:source_url) source_url "https://github.com/zuazo/#{name}-cookbook"