Skip to content

Commit

Permalink
Merge pull request #156 from inaka/harenson.155.bump-version-to-0-5-2
Browse files Browse the repository at this point in the history
Bump version to 0.5.2
  • Loading branch information
harenson authored Jul 17, 2017
2 parents 8969dae + 59697a9 commit cd47989
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Change Log

## [0.5.2](https://github.com/inaka/erlang-github/tree/0.5.2) (2017-07-17)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.1...0.5.2)

**Fixed bugs:**

- Elvis approves the changes but the check fails [\#153](https://github.com/inaka/erlang-github/issues/153)

**Merged pull requests:**

- \[Fix \#153\] Make check pass when PR is approved [\#154](https://github.com/inaka/erlang-github/pull/154) ([harenson](https://github.com/harenson))

## [0.5.1](https://github.com/inaka/erlang-github/tree/0.5.1) (2017-07-06)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.0...0.5.1)

**Closed issues:**

- Bump version to 0.5.1 [\#151](https://github.com/inaka/erlang-github/issues/151)
- Fix issues left after pull\#146 [\#149](https://github.com/inaka/erlang-github/issues/149)
- Fix tests [\#134](https://github.com/inaka/erlang-github/issues/134)

**Merged pull requests:**

- \[Fix \#151\] Bump version to 0.5.1 [\#152](https://github.com/inaka/erlang-github/pull/152) ([harenson](https://github.com/harenson))
- \[Fix \#149\] Fix dialyzer and code issues left after pull\#146 [\#150](https://github.com/inaka/erlang-github/pull/150) ([harenson](https://github.com/harenson))

## [0.5.0](https://github.com/inaka/erlang-github/tree/0.5.0) (2017-07-05)
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.1"},
{vsn, "0.5.2"},
{applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]},
{mod, {egithub, []}},
{modules, []},
Expand Down

0 comments on commit cd47989

Please sign in to comment.