Skip to content

Commit cd47989

Browse files
authored
Merge pull request #156 from inaka/harenson.155.bump-version-to-0-5-2
Bump version to 0.5.2
2 parents 8969dae + 59697a9 commit cd47989

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
# Change Log
22

3+
## [0.5.2](https://github.com/inaka/erlang-github/tree/0.5.2) (2017-07-17)
4+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.1...0.5.2)
5+
6+
**Fixed bugs:**
7+
8+
- Elvis approves the changes but the check fails [\#153](https://github.com/inaka/erlang-github/issues/153)
9+
10+
**Merged pull requests:**
11+
12+
- \[Fix \#153\] Make check pass when PR is approved [\#154](https://github.com/inaka/erlang-github/pull/154) ([harenson](https://github.com/harenson))
13+
314
## [0.5.1](https://github.com/inaka/erlang-github/tree/0.5.1) (2017-07-06)
415
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.0...0.5.1)
516

617
**Closed issues:**
718

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

1123
**Merged pull requests:**
1224

25+
- \[Fix \#151\] Bump version to 0.5.1 [\#152](https://github.com/inaka/erlang-github/pull/152) ([harenson](https://github.com/harenson))
1326
- \[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))
1427

1528
## [0.5.0](https://github.com/inaka/erlang-github/tree/0.5.0) (2017-07-05)

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.1"},
5+
{vsn, "0.5.2"},
66
{applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]},
77
{mod, {egithub, []}},
88
{modules, []},

0 commit comments

Comments
 (0)