Skip to content

Commit

Permalink
release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Apr 19, 2019
1 parent 282c6f7 commit 8567e81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.20.0-dev
## v0.20.0 (2019-04-19)

- Enhancements
- Queries can be sent as Flux language queries to InfluxDB using `[query_language: :flux]` in the connection or query options
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Instream

[![Build Status](https://travis-ci.org/mneudert/instream.svg?branch=master)](https://travis-ci.org/mneudert/instream)
[![Coverage Status](https://coveralls.io/repos/mneudert/instream/badge.svg?branch=master&service=github)](https://coveralls.io/github/mneudert/instream?branch=master)
[![Build Status](https://travis-ci.org/mneudert/instream.svg?branch=v0.20.0)](https://travis-ci.org/mneudert/instream)
[![Coverage Status](https://coveralls.io/repos/mneudert/instream/badge.svg?branch=v0.20.0&service=github)](https://coveralls.io/github/mneudert/instream?branch=v0.20.0)
[![Hex.pm](https://img.shields.io/hexpm/v/instream.svg)](https://hex.pm/packages/instream)

InfluxDB driver for Elixir
Expand All @@ -17,7 +17,7 @@ Tested InfluxDB versions:
- `1.6.6`
- `1.7.6`

(see [`.travis.yml`](https://github.com/mneudert/instream/blob/master/.travis.yml) to be sure)
(see [`.travis.yml`](https://github.com/mneudert/instream/blob/v0.20.0/.travis.yml) to be sure)

## Setup

Expand All @@ -27,7 +27,7 @@ Add Instream as a dependency to your `mix.exs` file:
defp deps do
[
# ...
{:instream, "~> 0.19"},
{:instream, "~> 0.20"},
# ...
]
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Instream.Mixfile do
[
app: :instream,
name: "Instream",
version: "0.20.0-dev",
version: "0.20.0",
elixir: "~> 1.5",
deps: deps(),
description: "InfluxDB driver for Elixir",
Expand Down Expand Up @@ -60,7 +60,7 @@ defmodule Instream.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v0.20.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 8567e81

Please sign in to comment.