Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r committed Mar 16, 2018
1 parent 09ce86a commit 22cc672
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.1.5] - 2018-03-15
### Changed
- Update `httpoison` to `1.0.0`

## [0.1.4] - 2017-12-09
### Added
- Option to configure ethereum network via `config :etherscan, network: <SOME-NETWORK>`
Expand All @@ -29,7 +33,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Added
- First version

[Unreleased]: https://github.com/l1h3r/etherscan/compare/0.1.3...HEAD
[Unreleased]: https://github.com/l1h3r/etherscan/compare/0.1.5...HEAD
[0.1.5]: https://github.com/l1h3r/etherscan/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/l1h3r/etherscan/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/l1h3r/etherscan/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/l1h3r/etherscan/compare/0.1.1...0.1.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ by adding `etherscan` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:etherscan, "~> 0.1.4"}
{:etherscan, "~> 0.1.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Etherscan.Mixfile do
def project do
[
app: :etherscan,
version: "0.1.4",
version: "0.1.5",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
description: description(),
Expand Down

0 comments on commit 22cc672

Please sign in to comment.