Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
81dr committed Jun 17, 2020
1 parent b8acb7c commit 49c09b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Changelog

## v0.1.1 (2020-06-17)
### Changed
* Bump [httpoison](https://github.com/edgurgel/httpoison) to 1.7

### Removed
* Remove misplaced function call in ExChangerate.Worker

## v0.1.0 (2020-06-06)

* Initial version

7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExChangerate.MixProject do
@moduledoc false
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down Expand Up @@ -48,7 +48,10 @@ defmodule ExChangerate.MixProject do
files: ["README.md", "LICENSE", "mix.exs", "lib"],
maintainers: ["81dr"],
licenses: ["0BSD"],
links: %{"GitHub" => "https://github.com/81dr/ex_changerate"}
links: %{
"Changelog" => "https://github.com/81dr/blob/master/CHANGELOG.md",
"GitHub" => "https://github.com/81dr/ex_changerate"
}
]
end
end

0 comments on commit 49c09b2

Please sign in to comment.