Skip to content

Commit

Permalink
Merge pull request #129 from inaka/euen.128.bump_version_0.3.1
Browse files Browse the repository at this point in the history
[Close #128] bump version to 0.3.1
  • Loading branch information
Euen authored Oct 24, 2016
2 parents 9a42cf6 + 143baf9 commit 8c7da6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/egithub.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -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, []},
Expand Down

0 comments on commit 8c7da6c

Please sign in to comment.