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.