Skip to content

Commit 610c538

Browse files
committed
Bump version and update CHANGELOG
1 parent f8dc51d commit 610c538

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.18.4
2+
------
3+
#### Changes
4+
- Elixir 1.18 compatibility (#333)
5+
16
0.18.3
27
------
38
#### Changes

mix.exs

+1-1
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.3",
9+
version: "0.18.4",
1010
elixir: "~> 1.11",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
deps: deps(),

0 commit comments

Comments
 (0)