diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcf14347..82fc8d957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v4.0.5](https://github.com/elastic/cookbook-elasticsearch/tree/v4.0.5) (2019-01-02) +- Add hashes for 6.5.4 (#699), 6.5.3 (#697) + ## [v4.0.4](https://github.com/elastic/cookbook-elasticsearch/tree/v4.0.4) (2018-11-06) - Add hashes for 6.4.2 (#687) diff --git a/metadata.rb b/metadata.rb index a0aab0325..f22834fe4 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 '4.0.4' +version '4.0.5' supports 'amazon' supports 'centos'