Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 14, 2017
1 parent ca04344 commit f64eb5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 `postfix-dovecot` cookbook will be documented in this

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.0.0] - 2017-03-14
### Added
- metadata: Add `chef_version`.
- README: Add github and license badges.
Expand Down Expand Up @@ -130,7 +130,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Initial release of `postfix-dovecot`.

[Unreleased]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/2.0.1...HEAD
[Unreleased]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/3.0.0...HEAD
[3.0.0]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/2.0.1...3.0.0
[2.0.1]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/1.1.0...1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Postfix Dovecot Cookbook

[![Cookbook Version](https://img.shields.io/cookbook/v/postfix-dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/postfix-dovecot)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/postfix-dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/postfix-dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/postfix-dovecot-cookbook/3.0.0.svg?style=flat)](https://travis-ci.org/zuazo/postfix-dovecot-cookbook)

Installs and configures a mail server using [Postfix](http://www.postfix.org/), [Dovecot](http://www.dovecot.org/), [PostfixAdmin](http://postfixadmin.sourceforge.net/) and [SpamAssassin](http://spamassassin.apache.org/), including [Amazon SES](http://aws.amazon.com/ses/) support.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description 'Installs and configures a mail server using Postfix, Dovecot, '\
'PostfixAdmin and SpamAssassin, including Amazon SES support.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.0.0' # WiP
version '3.0.0'

if respond_to?(:source_url)
source_url "https://github.com/zuazo/#{name}-cookbook"
Expand Down

0 comments on commit f64eb5c

Please sign in to comment.