Skip to content

Commit

Permalink
change data around release
Browse files Browse the repository at this point in the history
  • Loading branch information
werbitzky committed May 20, 2016
1 parent 9d17277 commit d4b6d6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.2.0

### Improvements:

- add support for index_new (@manukall)
- add support for poison options (@manukall)
- add support for index refresh (@manukall)
- add shield support (@vdaniuk)

## 0.1.1

### Improvements:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Elastix.Mixfile do
use Mix.Project

@version "0.1.1"
@version "0.2.0"

def project do
[app: :elastix,
version: @version,
elixir: "~> 1.0",
description: "A simple Elastic REST client written in Elixir.",
description: "A simple Elasticsearch REST client written in Elixir.",
package: package,
docs: [source_ref: "v#{@version}", main: "overview"],
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit d4b6d6f

Please sign in to comment.