From 70d728b3c0f4987818a927e554f809646405d3eb Mon Sep 17 00:00:00 2001 From: Kyle Allan Date: Thu, 6 Feb 2014 10:06:25 -0800 Subject: [PATCH] prepare for 1.11.3 --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 565a4b8..64ec231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v.1.11.3 + +* [#104](https://github.com/RiotGames/artifact-cookbook/pull/104) Allow ssl_verify to exist in the data bag and be honored + ## v.1.11.2 * [#111](https://github.com/RiotGames/artifact-cookbook/pull/111) Fix a bug in artifact_file and installing the aws-sdk gem. diff --git a/metadata.rb b/metadata.rb index 9d28f3b..38e874a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "kallan@riotgames.com" license "Apache 2.0" description "Provides your cookbooks with the Artifact Deploy LWRP" -version "1.11.2" +version "1.11.3" supports "centos" supports "redhat"