From 2b5069f54675457eaa049209227ce230be583be5 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Mon, 7 Oct 2013 14:50:21 -0700 Subject: [PATCH] Preparing neutron (quantum) for 2.2.0 release. Updated version in Modulefile. Added release notes to README.md. Change-Id: I9755c26f6dd374612f15376db6de7e4782bb278b --- Modulefile | 2 +- README.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index f4d2ea4ea..12f600d01 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-neutron' -version '2.1.1' +version '2.2.0' author 'Joe Topjian,Endre Karlson,Emilien Macchi,Dan Bode,Dmitry Ukov,Edgar Mangana,Robert Starmer,Ian Wells,Daneyon Hansen' license 'Apache License 2.0' diff --git a/README.md b/README.md index a12e9fe91..74fa7c7a3 100644 --- a/README.md +++ b/README.md @@ -117,3 +117,13 @@ The puppet-openstack modules follow the Openstack development model. Developer d Contributors ------------ The github [contributor graph](https://github.com/stackforge/puppet-neutron/graphs/contributors). + +Release Notes +------------- + +**2.2.0** + +* Improved documentation. +* Added syslog support. +* Added quantum-plugin-cisco package resource. +* Various lint and bug fixes.