diff --git a/CHANGELOG.md b/CHANGELOG.md index 672655e1..141b8517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.3 +* Fix race condition when installing Consul as a runit service +* Documentation fixes + # 0.4.2 Bumps default version of Consul to 0.4.0 diff --git a/metadata.rb b/metadata.rb index ce1cf1bb..19d6307a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache v2.0' description 'Installs/Configures consul' long_description 'Installs/Configures consul' -version '0.4.2' +version '0.4.3' recipe 'consul', 'Installs and starts consul service.' recipe 'consul::install_binary', 'Installs consul service from binary.'