From 143baf9650f09cf7ffae52a51118ceeb6b0f5a2d Mon Sep 17 00:00:00 2001 From: Euen Date: Mon, 24 Oct 2016 18:20:39 -0300 Subject: [PATCH] [Close #128] bump version to 0.3.1 --- CHANGELOG.md | 9 +++++++++ src/egithub.app.src | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e247da..bf91317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,23 @@ # Change Log +## [0.3.1](https://github.com/inaka/erlang-github/tree/0.3.1) (2016-10-24) +[Full Changelog](https://github.com/inaka/erlang-github/compare/0.3.0...0.3.1) + +**Merged pull requests:** + +- Fix specification [\#127](https://github.com/inaka/erlang-github/pull/127) ([Euen](https://github.com/Euen)) + ## [0.3.0](https://github.com/inaka/erlang-github/tree/0.3.0) (2016-10-19) [Full Changelog](https://github.com/inaka/erlang-github/compare/0.2.9...0.3.0) **Closed issues:** +- Bump Version to 0.3.0 [\#125](https://github.com/inaka/erlang-github/issues/125) - Update lager dependency with hex when erlang.mk issue will be done [\#70](https://github.com/inaka/erlang-github/issues/70) **Merged pull requests:** +- \[Close \#125\] Bump Version 0.3.0 [\#126](https://github.com/inaka/erlang-github/pull/126) ([Euen](https://github.com/Euen)) - add handle\_error for descriptive errors in gadget [\#124](https://github.com/inaka/erlang-github/pull/124) ([Euen](https://github.com/Euen)) ## [0.2.9](https://github.com/inaka/erlang-github/tree/0.2.9) (2016-09-13) diff --git a/src/egithub.app.src b/src/egithub.app.src index ed83ee2..f2a1fe6 100644 --- a/src/egithub.app.src +++ b/src/egithub.app.src @@ -2,7 +2,7 @@ application, egithub, [ {description, "GitHub API client"}, - {vsn, "0.3.0"}, + {vsn, "0.3.1"}, {applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]}, {mod, {egithub, []}}, {modules, []},