Skip to content

Commit d09ee95

Browse files
committed
Update CHANGELOG and bump version
1 parent e61a96e commit d09ee95

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.18.1
2+
------
3+
#### Changes
4+
- Use explicit steps to remove 1.16 deprecation warning in Cobertura (#322).
5+
16
0.18.0
27
------
38
#### 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.18.0",
9+
version: "0.18.1",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)