From c936063e772a68cf4bc57fcab04ed6b0c56ad0ed Mon Sep 17 00:00:00 2001 From: parroty Date: Sun, 3 Mar 2019 22:03:37 +0900 Subject: [PATCH] Bump version and update CHANGELOG --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85da2c3c..f3b09430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.10.6 +------ +#### Changes +- Do not fail due to timeout from poster (#173). + - Fixes: Don't fail the build when uploading the report times out (#112). + 0.10.5 ------ #### Changes diff --git a/mix.exs b/mix.exs index c4daca5f..8f3f8cb2 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExCoveralls.Mixfile do def project do [ app: :excoveralls, - version: "0.10.5", + version: "0.10.6", elixir: "~> 1.3", elixirc_paths: elixirc_paths(Mix.env()), deps: deps(),