diff --git a/CHANGELOG.md b/CHANGELOG.md index 492db171..9b6fd3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ openvpn Cookbook CHANGELOG This file is used to list changes made in each version of the openvpn cookbook. +v2.0.2 +------ +Locking yum dependency to '< 3' + + v2.0.0 ------ - [COOK-3691] Creating and using a openvpn_conf LWRP diff --git a/metadata.rb b/metadata.rb index 930ec659..9a0a70f6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures openvpn and includes rake tasks for managing certs' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.0.1' +version '2.0.2' recipe 'openvpn', 'Installs and configures openvpn' recipe 'openvpn::users', 'Sets up openvpn cert/configs for users data bag items'