diff --git a/CHANGELOG.md b/CHANGELOG.md index 57165063ed..d8e7d50f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Attribute deprecations so you can be sure you can upgrade: * container LWRP Fixnum port attribute: use full String notation from Docker documentation in port attribute instead * container LWRP public_port attribute: use port attribute instead -## 0.34.0 (unreleased) +## 0.34.0 Attributes now available for all docker daemon flags as well as system IP forwarding. diff --git a/metadata.rb b/metadata.rb index 4e416c7fc7..8af32ff223 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures Docker' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.33.1' +version '0.34.0' recipe 'docker', 'Installs/Configures Docker' recipe 'docker::aufs', 'Installs/Loads AUFS Linux module'