From 1e6eb1bd11c9d1f493fd6ff473c095fa136177ee Mon Sep 17 00:00:00 2001 From: Leonardo Menezes Date: Tue, 6 Dec 2016 14:36:41 +0100 Subject: [PATCH] version bump 0.4.1 --- CHANGES.md | 4 ++++ build.sbt | 2 +- package.json | 2 +- public/connect.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0cb02054..e223a8aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -50,3 +50,7 @@ First cerebro release. - copy to curl to rest client - repositories / snapshots module +###v0.4.1 - December 6th, 2016 + +#### Bug fixes +- fix indices selection on snapshot creation diff --git a/build.sbt b/build.sbt index f46381ee..0eac39fa 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "cerebro" -version := "0.4.0" +version := "0.4.1" scalaVersion := "2.11.6" diff --git a/package.json b/package.json index 9f3928ec..05c5c8d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.4.0", + "version": "0.4.1", "description": "cerebro - elasticsearch admin", "main": "index.html", "scripts": { diff --git a/public/connect.html b/public/connect.html index de47d886..76a0bf41 100644 --- a/public/connect.html +++ b/public/connect.html @@ -4,7 +4,7 @@

Cerebro - v0.4.0 + v0.4.1