Skip to content

Commit af7ed22

Browse files
committed
Bump version and update CHANGELOG
1 parent e41649c commit af7ed22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.17.0
2+
------
3+
#### Changes
4+
- Replace hackney with httpc (#311).
5+
- Update Elixir requirement to 1.11+ (#316).
6+
17
0.16.1
28
------
39
#### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
66
def project do
77
[
88
app: :excoveralls,
9-
version: "0.16.1",
9+
version: "0.17.0",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)