Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed May 15, 2019
1 parent 52e4325 commit 948cd9d
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.21.0-dev
## v0.21.0 (2019-05-15)

- Enhancements
- Read queries can now use parameter binding
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=v0.21)](https://travis-ci.org/mneudert/instream)
[![Coverage Status](https://coveralls.io/repos/mneudert/instream/badge.svg?branch=v0.21&service=github)](https://coveralls.io/github/mneudert/instream?branch=v0.21)
[![Build Status](https://travis-ci.org/mneudert/instream.svg?branch=v0.21.0)](https://travis-ci.org/mneudert/instream)
[![Coverage Status](https://coveralls.io/repos/mneudert/instream/badge.svg?branch=v0.21.0&service=github)](https://coveralls.io/github/mneudert/instream?branch=v0.21)
[![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/v0.21/.travis.yml) to be sure)
(see [`.travis.yml`](https://github.com/mneudert/instream/blob/v0.21.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.20"},
{:instream, "~> 0.21"},
# ...
]
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.21.0-dev",
version: "0.21.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: "v0.21",
source_ref: "v0.21.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 948cd9d

Please sign in to comment.