From 2aedfeac5bc6e607f9602e9a4992ff78f976bebb Mon Sep 17 00:00:00 2001 From: emiguez Date: Sun, 30 Aug 2015 22:28:14 +0200 Subject: [PATCH] Release 1.5.1 --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecf0fe..51a4a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ file. This file is structured according to http://keepachangelog.com/ Use `date "+%Y-%m-%d"` to get the correct date formatting - - - -## [Unreleased][unreleased] +## [1.5.1][2015-08-30] ### - Added - allow HEAD root url authentication #39 - log http method on any request. #42 diff --git a/pom.xml b/pom.xml index 7785da7..77feb94 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.asquera.elasticsearch elasticsearch-http-basic - 1.5.0 + 1.5.1 jar Elasticsearch Http Basic plugin Adds HTTP Basic authentication (BA) to your Elasticsearch cluster