diff --git a/CHANGELOG.md b/CHANGELOG.md index d310967ba..e03d2a388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v3.4.1](https://github.com/elastic/cookbook-elasticsearch/tree/v3.4.1) (2017-10-18) +- Add hashes for ES 5.6.3 (#616) + ## [v3.4.0](https://github.com/elastic/cookbook-elasticsearch/tree/v3.4.0) (2017-09-28) - Add hashes for ES 5.6.1 and 5.6.2 (#613) - Add the latest init scripts from .deb, .rpm, and systemd diff --git a/metadata.rb b/metadata.rb index bb9a3504b..2a9309ee4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ license 'Apache 2.0' description 'Installs and configures Elasticsearch' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.4.0' +version '3.4.1' supports 'amazon' supports 'centos'