From 962a6112dfebae3e16af42365851b4a731ff46ea Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 7 Oct 2013 00:48:21 -0400 Subject: [PATCH] Version bump to v1.1.4 --- CHANGELOG.md | 9 +++++++++ metadata.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9268777..716e9420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ openvpn Cookbook CHANGELOG This file is used to list changes made in each version of the openvpn cookbook. +v1.1.4 +------ +### Bug +- **[COOK-3317](https://tickets.opscode.com/browse/COOK-3317)** - Fix and make `server.up.sh` useful and customizable + +### New Feature +- **[COOK-3315](https://tickets.opscode.com/browse/COOK-3315)** - Remove hardcoded variables in configuration file + + v1.1.2 ------ ### Improvement diff --git a/metadata.rb b/metadata.rb index d1c34cba..c4280fbb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures openvpn and includes rake tasks for managing certs' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.1.3' +version '1.1.4' recipe 'openvpn', 'Installs and configures openvpn' recipe 'openvpn::users', 'Sets up openvpn cert/configs for users data bag items'