Skip to content

Commit fc986b8

Browse files
committed
[Fix #151] Bump version to 0.5.1
1 parent a328289 commit fc986b8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [0.5.1](https://github.com/inaka/erlang-github/tree/0.5.1) (2017-07-06)
4+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.0...0.5.1)
5+
6+
**Closed issues:**
7+
8+
- Fix issues left after pull\#146 [\#149](https://github.com/inaka/erlang-github/issues/149)
9+
- Fix tests [\#134](https://github.com/inaka/erlang-github/issues/134)
10+
11+
**Merged pull requests:**
12+
13+
- \[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))
14+
315
## [0.5.0](https://github.com/inaka/erlang-github/tree/0.5.0) (2017-07-05)
416
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.4.0...0.5.0)
517

@@ -9,10 +21,12 @@
921

1022
**Closed issues:**
1123

24+
- Bump version to 0.5.0 and hex.pm it! [\#147](https://github.com/inaka/erlang-github/issues/147)
1225
- Bump Version to 0.4.1 [\#144](https://github.com/inaka/erlang-github/issues/144)
1326

1427
**Merged pull requests:**
1528

29+
- \[Fix \#147\] Bump version to 0.5.0 [\#148](https://github.com/inaka/erlang-github/pull/148) ([harenson](https://github.com/harenson))
1630
- \[Fix \#138\] Allow the users to use the new GitHub's PR review feature [\#146](https://github.com/inaka/erlang-github/pull/146) ([harenson](https://github.com/harenson))
1731
- \[Close \#144\] bump version to 0.4.1 [\#145](https://github.com/inaka/erlang-github/pull/145) ([Euen](https://github.com/Euen))
1832
- Update dependencies to publish in hex [\#143](https://github.com/inaka/erlang-github/pull/143) ([Euen](https://github.com/Euen))

src/egithub.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
application, egithub,
33
[
44
{description, "GitHub API client"},
5-
{vsn, "0.5.0"},
5+
{vsn, "0.5.1"},
66
{applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]},
77
{mod, {egithub, []}},
88
{modules, []},

0 commit comments

Comments
 (0)