Skip to content

Commit 65ff0a1

Browse files
committed
version bumped to 3.1.0 WiP
1 parent f64eb5c commit 65ff0a1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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]
7+
- ...
8+
69
## [3.0.0] - 2017-03-14
710
### Added
811
- metadata: Add `chef_version`.

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/3.0.0.svg?style=flat)](https://travis-ci.org/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)
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'
28+
version '3.1.0' # WiP
2929

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

0 commit comments

Comments
 (0)