diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2ef91..83262f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/mix.exs b/mix.exs index 5aa2543..d2ed415 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),