Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 12, 2017
1 parent 6301199 commit 7ddc9c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7ddc9c6

Please sign in to comment.