Skip to content

Commit

Permalink
Bump to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 1, 2018
1 parent 48065f1 commit 507348a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -40,9 +40,13 @@ If you've got a feature request, then please submit a pull request which adds th

## ElasticSearch version

This package is designed to work with ElasticSearch 2.4.x, since that's the version I am personally using.
This package is designed to work with the following ElasticSearch versions:

I think if there are API compatibility issues with ElasticSearch 5.x then we should look at creating a branch for 5.x compatibility. Please submit a pull request to kick off this process.
- 2.4.x
- 5.x
- 6.x

If you find any incompatibility issues, please file a GitHub issue about it here, or even better open a pull request to fix it. Thanks!

## Elastic / Elastix / Tirexs

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,6 +1,6 @@
defmodule Elastic.Mixfile do
use Mix.Project
@version "2.6.1"
@version "3.0.0"

def project do
[app: :elastic,
Expand Down

0 comments on commit 507348a

Please sign in to comment.