diff --git a/CHANGELOG.md b/CHANGELOG.md index 26accdc..f22e10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the `onddo-spamassassin` cookbook will be documented in t The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.0.0] - 2017-03-12 ### Added - Metadata: Add `chef_version`. - Metadata: Remove grouping ([RFC-85](https://github.com/chef/chef-rfc/blob/8d47f1d0afa5a2313ed2010e0eda318edc28ba47/rfc085-remove-unused-metadata.md)). @@ -56,7 +56,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 0.1.0 - 2013-06-09 - Initial release of `onddo-spamassassin`. -[Unreleased]: https://github.com/zuazo/spamassassin-cookbook/compare/1.1.0...HEAD +[Unreleased]: https://github.com/zuazo/spamassassin-cookbook/compare/2.0.0...HEAD +[2.0.0]: https://github.com/zuazo/spamassassin-cookbook/compare/1.1.0...2.0.0 [1.1.0]: https://github.com/zuazo/spamassassin-cookbook/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/zuazo/spamassassin-cookbook/compare/0.2.0...1.0.0 [0.2.0]: https://github.com/zuazo/spamassassin-cookbook/compare/0.1.0...0.2.0 diff --git a/README.md b/README.md index 76d6728..9fbd16f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ SpamAssassin Cookbook [![Cookbook Version](https://img.shields.io/cookbook/v/onddo-spamassassin.svg?style=flat)](https://supermarket.chef.io/cookbooks/onddo-spamassassin) [![Dependency Status](http://img.shields.io/gemnasium/zuazo/spamassassin-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/spamassassin-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/spamassassin-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/spamassassin-cookbook) -[![Build Status](http://img.shields.io/travis/zuazo/spamassassin-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/spamassassin-cookbook) -[![Coverage Status](http://img.shields.io/coveralls/zuazo/spamassassin-cookbook.svg?style=flat)](https://coveralls.io/r/zuazo/spamassassin-cookbook?branch=master) +[![Build Status](http://img.shields.io/travis/zuazo/spamassassin-cookbook/2.0.0.svg?style=flat)](https://travis-ci.org/zuazo/spamassassin-cookbook) +[![Coverage Status](http://img.shields.io/coveralls/zuazo/spamassassin-cookbook/2.0.0.svg?style=flat)](https://coveralls.io/r/zuazo/spamassassin-cookbook?branch=2.0.0) [![Inline docs](http://inch-ci.org/github/zuazo/spamassassin-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/spamassassin-cookbook) [Chef](https://www.chef.io/) cookbook to install and configure [SpamAssassin](http://spamassassin.apache.org/), a mail filter software to identify spam. diff --git a/metadata.rb b/metadata.rb index 764324c..a1db136 100644 --- a/metadata.rb +++ b/metadata.rb @@ -26,7 +26,7 @@ Installs and configures SpamAssassin, a mail filter software to identify spam. EOH long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.0.0' # WiP +version '2.0.0' if respond_to?(:source_url) source_url 'https://github.com/zuazo/spamassassin-cookbook'