We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206e246 commit 719d364Copy full SHA for 719d364
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.17.1
2
+------
3
+#### Enhancements
4
+- Accept custom http options (#319).
5
+
6
0.17.0
7
------
8
#### Changes
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
9
- version: "0.17.0",
+ version: "0.17.1",
10
elixir: "~> 1.11",
11
elixirc_paths: elixirc_paths(Mix.env()),
12
deps: deps(),
0 commit comments