Skip to content

Commit 151f843

Browse files
doc: update version compatibility info
1 parent 1710525 commit 151f843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It offers a blocks based GUI for composing Elasticsearch queries and comes with
5858

5959
### 3. Roadmap
6060

61-
Mirage works with an Elasticsearch 2.x index currently. Below is the roadmap for query support.
61+
Mirage works with any Elasticsearch 2.x, 5.x, 6.x and 7.x index currently. Below is the roadmap for query support.
6262

6363
✓ indicates queries already supported.
6464
➕ indicates queries we would like to support and see [contributions for](#5-how-to-contribute).
@@ -146,7 +146,7 @@ or
146146

147147
#### [Run with docker](https://hub.docker.com/r/appbaseio/mirage)
148148

149-
Works with Elasticsearch versions 1.x, 2.x and 5.x.
149+
Works with Elasticsearch versions 1.x, 2.x, 5.x, 6.x and 7.x.
150150

151151
```sh
152152
docker run -p 3030:3030 -d appbaseio/mirage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirage",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "🔎 GUI for Elasticsearch Queries",
55
"author": "Appbase Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)