Skip to content

Commit

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

Bump Version to 0.5.4
  • Loading branch information
elbrujohalcon authored Apr 30, 2018
2 parents fac9f80 + 4137805 commit fed4e2d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
# Change Log

## [0.5.4](https://github.com/inaka/erlang-github/tree/0.5.4) (2018-04-29)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.3...0.5.4)

**Fixed bugs:**

- Elvis don't check the code correctly in meta\_suite [\#132](https://github.com/inaka/erlang-github/issues/132)

**Closed issues:**

- Update Dependencies [\#162](https://github.com/inaka/erlang-github/issues/162)

**Merged pull requests:**

- Implemet branches API and extend issues API [\#161](https://github.com/inaka/erlang-github/pull/161) ([tgrk](https://github.com/tgrk))
- Remove dead hipchat link [\#157](https://github.com/inaka/erlang-github/pull/157) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.5.3](https://github.com/inaka/erlang-github/tree/0.5.3) (2018-02-19)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.2...0.5.3)

**Closed issues:**

- Bump Version to 0.5.3 [\#159](https://github.com/inaka/erlang-github/issues/159)
- Bump version to 0.5.2 [\#155](https://github.com/inaka/erlang-github/issues/155)

**Merged pull requests:**

- \[\#159\] Version Bump to 0.5.3 [\#160](https://github.com/inaka/erlang-github/pull/160) ([ferigis](https://github.com/ferigis))
- Releases API [\#158](https://github.com/inaka/erlang-github/pull/158) ([tgrk](https://github.com/tgrk))

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

0 comments on commit fed4e2d

Please sign in to comment.