From 516987f64b8fe5cf10fa142e9e3a22b27f14baaf Mon Sep 17 00:00:00 2001
From: Leonardo Menezes <mail@lmenezes.com>
Date: Tue, 17 Oct 2017 19:01:44 +0200
Subject: [PATCH] version bump 0.7.1

---
 CHANGES.md        | 11 +++++++++++
 build.sbt         |  2 +-
 package-lock.json |  2 +-
 package.json      |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 4e5ce79..91cc761 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -202,3 +202,14 @@ First cerebro release.
 - cluster changes alerts optimised for big clusters
 - gzip enabled for all api calls
 - avoid piling up of slow requests
+
+###v0.7.1 - October 17th, 2017
+
+#### Bug fixes
+- fixes mass actions on selected indices
+- fixes error connecting to cluster with more docs than Integer.MAX_VALUE
+
+#### Enhancements
+- enabled gzip when requesting data from ES
+- optimised ES response parsing
+- dropped internal usage of _cat apis in favor of faster alternatives
diff --git a/build.sbt b/build.sbt
index 9e1d158..57451d1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "cerebro"
 
 maintainer := "Leonardo Menezes <leonardo.menezes@xing.com>"
 
-version := "0.7.0"
+version := "0.7.1"
 
 scalaVersion := "2.11.11"
 
diff --git a/package-lock.json b/package-lock.json
index 240d1b4..b835f66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cerebro",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 535a767..236f599 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cerebro",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "description": "cerebro - elasticsearch admin",
   "main": "index.html",
   "scripts": {
-- 
GitLab