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 31, 2017
1 parent 643640d commit 3560df2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Expand Up @@ -3,19 +3,19 @@ All notable changes to the `opendkim` 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/).

## [Unreleased]
### Added
## [2.0.0] - 2017-03-31
### Added in 2.0.0
- Chef `13` support.
- metadata: Add `chef_version`.
- README: Add GitHub badge.

### Changed
### Changed in 2.0.0
- CHANGELOG: Follow "Keep a CHANGELOG".

### Removed
### Removed in 2.0.0
- Drop Chef `< 12` and Ruby `< 2.2` support.

### Improved
### Improved in 2.0.0
- README: Add doc and license badges.
- Improve TESTING documentation.
- Update RuboCop to `0.48`.
Expand Down Expand Up @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## 0.1.0 - 2015-05-21
- Initial release of `opendkim`.

[Unreleased]: https://github.com/zuazo/opendkim-cookbook/compare/1.0.0...HEAD
[Unreleased]: https://github.com/zuazo/opendkim-cookbook/compare/2.0.0...HEAD
[2.0.0]: https://github.com/zuazo/opendkim-cookbook/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/zuazo/opendkim-cookbook/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/zuazo/opendkim-cookbook/compare/0.1.0...0.2.0
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,8 @@ OpenDKIM Cookbook
[![Cookbook Version](https://img.shields.io/cookbook/v/opendkim.svg?style=flat)](https://supermarket.chef.io/cookbooks/opendkim)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/opendkim-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/opendkim-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/opendkim-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/opendkim-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/opendkim-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/opendkim-cookbook)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/opendkim-cookbook.svg?style=flat)](https://coveralls.io/r/zuazo/opendkim-cookbook?branch=master)
[![Build Status](http://img.shields.io/travis/zuazo/opendkim-cookbook/2.0.0.svg?style=flat)](https://travis-ci.org/zuazo/opendkim-cookbook)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/opendkim-cookbook/2.0.0.svg?style=flat)](https://coveralls.io/r/zuazo/opendkim-cookbook?branch=2.0.0)
[![Inline docs](http://inch-ci.org/github/zuazo/opendkim-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/opendkim-cookbook)

Installs and configures [OpenDKIM](http://www.opendkim.org/): Open source implementation of the DKIM (Domain Keys Identified Mail) sender authentication system.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -25,7 +25,7 @@
(Domain Keys Identified Mail) sender authentication system.
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/#{name}-cookbook"
Expand Down

0 comments on commit 3560df2

Please sign in to comment.