Skip to content

Commit

Permalink
Merge pull request #168 from inaka/elbrujohalcon.168.bump_version_to_…
Browse files Browse the repository at this point in the history
…0_5_6

Bump Version to 0.5.6
  • Loading branch information
elbrujohalcon authored Jul 3, 2018
2 parents 7c6cc11 + b7d96d3 commit e477f9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.5.6](https://github.com/inaka/erlang-github/tree/0.5.6) (2018-07-03)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.5...0.5.6)

**Merged pull requests:**

- fix dialyzer warnings for OTP 21 [\#167](https://github.com/inaka/erlang-github/pull/167) ([f3c0](https://github.com/f3c0))

## [0.5.5](https://github.com/inaka/erlang-github/tree/0.5.5) (2018-06-28)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.4...0.5.5)

Expand All @@ -9,6 +16,7 @@

**Merged pull requests:**

- Bump Version to 0.5.5 [\#166](https://github.com/inaka/erlang-github/pull/166) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add stacktrace\_compat to the mix resolves \#164 [\#165](https://github.com/inaka/erlang-github/pull/165) ([starbelly](https://github.com/starbelly))

## [0.5.4](https://github.com/inaka/erlang-github/tree/0.5.4) (2018-04-30)
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.5.5"},
{vsn, "0.5.6"},
{applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]},
{mod, {egithub, []}},
{modules, []},
Expand Down

0 comments on commit e477f9c

Please sign in to comment.