Skip to content

Commit

Permalink
Merge pull request #160 from inaka/ferigis.159.version_bump_to_0.5.3
Browse files Browse the repository at this point in the history
[#159] Version Bump to 0.5.3
  • Loading branch information
ferigis authored Feb 19, 2018
2 parents 7a62051 + 993528c commit 4458ab2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [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.2 [\#155](https://github.com/inaka/erlang-github/issues/155)

**Merged pull requests:**

- 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)
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.1...0.5.2)

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

**Merged pull requests:**

- Bump version to 0.5.2 [\#156](https://github.com/inaka/erlang-github/pull/156) ([harenson](https://github.com/harenson))
- \[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)
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.2"},
{vsn, "0.5.3"},
{applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]},
{mod, {egithub, []}},
{modules, []},
Expand Down

0 comments on commit 4458ab2

Please sign in to comment.