Skip to content

Commit f64eb5c

Browse files
committed
release v3.0.0
1 parent ca04344 commit f64eb5c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to the `postfix-dovecot` cookbook will be documented in this
33

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

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

131131
- Initial release of `postfix-dovecot`.
132132

133-
[Unreleased]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/2.0.1...HEAD
133+
[Unreleased]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/3.0.0...HEAD
134+
[3.0.0]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/2.0.1...3.0.0
134135
[2.0.1]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/2.0.0...2.0.1
135136
[2.0.0]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/1.2.0...2.0.0
136137
[1.2.0]: https://github.com/zuazo/postfix-dovecot-cookbook/compare/1.1.0...1.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Postfix Dovecot Cookbook
55

66
[![Cookbook Version](https://img.shields.io/cookbook/v/postfix-dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/postfix-dovecot)
77
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/postfix-dovecot-cookbook)
8-
[![Build Status](http://img.shields.io/travis/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/postfix-dovecot-cookbook)
8+
[![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)
99

1010
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.
1111

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description 'Installs and configures a mail server using Postfix, Dovecot, '\
2626
'PostfixAdmin and SpamAssassin, including Amazon SES support.'
2727
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
28-
version '3.0.0' # WiP
28+
version '3.0.0'
2929

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

0 commit comments

Comments
 (0)