Skip to content

Commit

Permalink
add 6.6.1 to releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Mar 11, 2019
1 parent 0b1e198 commit 4c52648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ script:
- mocha test --recursive -u tdd --exit
before_deploy:
- "./release.sh 6.6.0"
- "./release.sh 6.6.1"
- "./release.sh 7.0.0-beta1"
deploy:
provider: releases
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ This installs MS build tools and python 2.7 and is required for node-gyp to work
If the Kibana instance is already running it may be set to reload all plugins on change, if not then try restarting the instance.

**Kibana compatibility matrix**
- 1.1.0 is compatible with 5.6.4 -> 6.3.2
- 1.2.0 is compatible with 6.6.0 -> 7.0.0-beta1
- 1.1.0 is compatible with 5.6.4 -> 6.3.2 (requires editing package.json version)
- 1.2.1 is compatible with 6.6.0, 6.6.1 and 7.0.0-beta1.

**If you have issues installing the plugin**,
- make sure that the version in package.json is matching your kibana version.
Expand Down

0 comments on commit 4c52648

Please sign in to comment.