Skip to content

Commit fed4e2d

Browse files
Merge pull request #163 from inaka/elbrujohalcon.163.bump_version_to_0_5_4
Bump Version to 0.5.4
2 parents fac9f80 + 4137805 commit fed4e2d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.4](https://github.com/inaka/erlang-github/tree/0.5.4) (2018-04-29)
4+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.3...0.5.4)
5+
6+
**Fixed bugs:**
7+
8+
- Elvis don't check the code correctly in meta\_suite [\#132](https://github.com/inaka/erlang-github/issues/132)
9+
10+
**Closed issues:**
11+
12+
- Update Dependencies [\#162](https://github.com/inaka/erlang-github/issues/162)
13+
14+
**Merged pull requests:**
15+
16+
- Implemet branches API and extend issues API [\#161](https://github.com/inaka/erlang-github/pull/161) ([tgrk](https://github.com/tgrk))
17+
- Remove dead hipchat link [\#157](https://github.com/inaka/erlang-github/pull/157) ([elbrujohalcon](https://github.com/elbrujohalcon))
18+
319
## [0.5.3](https://github.com/inaka/erlang-github/tree/0.5.3) (2018-02-19)
420
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.2...0.5.3)
521

622
**Closed issues:**
723

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

1027
**Merged pull requests:**
1128

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

1432
## [0.5.2](https://github.com/inaka/erlang-github/tree/0.5.2) (2017-07-17)

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

0 commit comments

Comments
 (0)