From 97333e6473499cfab5c79b4a926742fd0e6087cd Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Fri, 2 May 2014 13:36:46 -0700 Subject: [PATCH] Prepare a 1.1.1 release. --- CHANGELOG | 10 ++++++++++ Modulefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 58366b4..7dcb79e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +2014-05-02 - Version 1.1.1 + +Summary: + +Add support for new versions of Debian and Ubuntu! + +Features: +- Add support for Ubuntu Trusty (14.04) +- Add support for Debian Jessie (8.x) + 2014-01-06 - Version 1.1.0 Summary: diff --git a/Modulefile b/Modulefile index 55dd1fd..0796dd8 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-java' -version '1.1.0' +version '1.1.1' source 'git://github.com/puppetlabs/puppetlabs-java' author 'puppetlabs' license 'Apache'