From 0f5aef62ee061f1e582cc743c61f3e8f57a69f56 Mon Sep 17 00:00:00 2001 From: Nan Liu Date: Tue, 14 Feb 2012 09:32:41 -0800 Subject: [PATCH] (#12625) Release version 0.3.1 --- CHANGELOG | 4 ++++ Modulefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fc67254..2fcd170 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.3.1 2012-02-14 Nan Liu +* f5_external_class supports refresh of external data. +* Fix bug with f5_virtualserver profile_persistence attribute. + 0.3.0 2012-01-30 Nan Liu * Add F5 file type/provider support. * Add F5 profilepersistence type/provider support. diff --git a/Modulefile b/Modulefile index bb369b2..f1a14e9 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-f5' -version '0.3.0' +version '0.3.1' source 'git@github.com:puppetlabs/puppetlabs-f5.git' author 'puppetlabs' license 'Apache License Version 2.0'