From bb0347f4f4078e177d8e06a128a35f789a227069 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 8 Oct 2013 15:28:58 -0400 Subject: [PATCH] Version bump to v1.1.0 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c539050..f936a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ subversion Cookbook CHANGELOG This file is used to list changes made in each version of the subversion cookbook. +v1.1.0 +------ +### Improvement +- **[COOK-3692](https://tickets.opscode.com/browse/COOK-3692)** - Use SVNParentPath for Server and expose SVNListParentPath as attribute + + v1.0.4 ------ ### Improvement diff --git a/metadata.rb b/metadata.rb index eaac890..cb4bae7 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@opscode.com' license 'Apache 2.0' description 'Installs subversion' -version '1.0.5' +version '1.1.0' supports 'centos' supports 'debian'