Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Dec 21, 2020
1 parent 4fa7517 commit 7c41c1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
0.13.4
------
#### Enhancements
- Add `mix coveralls.gitlab` task.
- Add a task to upload coverage from gitlab (#240).

0.13.3
------
#### Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
version: "0.13.3",
version: "0.13.4",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit 7c41c1b

Please sign in to comment.