Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r committed Aug 23, 2018
1 parent 980d6ed commit 0d7fcb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [2.0.2]
### Added
- `Etherscan.get_contract_source/1`

## [2.0.1]
### Changed
Expand Down Expand Up @@ -52,8 +54,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/2.0.1...HEAD
[2.0.0]: https://github.com/l1h3r/etherscan/compare/2.0.0...2.0.1
[2.0.2]: https://github.com/l1h3r/etherscan/compare/2.0.2...2.0.2
[2.0.1]: https://github.com/l1h3r/etherscan/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/l1h3r/etherscan/compare/0.1.5...2.0.0
[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
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: "2.0.1",
version: "2.0.2",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 0d7fcb3

Please sign in to comment.