From 2d9c22f42e2d01937ac4c8242c309cb6033ac0ce Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Thu, 28 Jun 2018 15:08:37 +0200 Subject: [PATCH] Update changelog for 6.3.0.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 552e44c1..6bdcaca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.3.0.1 - 2018/06/28 + +### Fixes + +* [#460](https://github.com/elastic/ansible-elasticsearch/pull/460) - @toadjaune - Make sure ansible doesn't fail if the default systemd service file doesn't exist +* [#461](https://github.com/elastic/ansible-elasticsearch/pull/461) - @bilsch - Add missing become root in tasks that require root access + + ## 6.3.0 - 2018/06/18 ### Breaking changes