Skip to content

Commit 49c09b2

Browse files
committed
v0.1.1
1 parent b8acb7c commit 49c09b2

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Changelog
2+
3+
## v0.1.1 (2020-06-17)
4+
### Changed
5+
* Bump [httpoison](https://github.com/edgurgel/httpoison) to 1.7
6+
7+
### Removed
8+
* Remove misplaced function call in ExChangerate.Worker
9+
10+
## v0.1.0 (2020-06-06)
11+
12+
* Initial version
13+

mix.exs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExChangerate.MixProject do
22
@moduledoc false
33
use Mix.Project
44

5-
@version "0.1.0"
5+
@version "0.1.1"
66

77
def project do
88
[
@@ -48,7 +48,10 @@ defmodule ExChangerate.MixProject do
4848
files: ["README.md", "LICENSE", "mix.exs", "lib"],
4949
maintainers: ["81dr"],
5050
licenses: ["0BSD"],
51-
links: %{"GitHub" => "https://github.com/81dr/ex_changerate"}
51+
links: %{
52+
"Changelog" => "https://github.com/81dr/blob/master/CHANGELOG.md",
53+
"GitHub" => "https://github.com/81dr/ex_changerate"
54+
}
5255
]
5356
end
5457
end

0 commit comments

Comments
 (0)