Skip to content

Commit 4458ab2

Browse files
authored
Merge pull request #160 from inaka/ferigis.159.version_bump_to_0.5.3
[#159] Version Bump to 0.5.3
2 parents 7a62051 + 993528c commit 4458ab2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.3](https://github.com/inaka/erlang-github/tree/0.5.3) (2018-02-19)
4+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.2...0.5.3)
5+
6+
**Closed issues:**
7+
8+
- Bump version to 0.5.2 [\#155](https://github.com/inaka/erlang-github/issues/155)
9+
10+
**Merged pull requests:**
11+
12+
- Releases API [\#158](https://github.com/inaka/erlang-github/pull/158) ([tgrk](https://github.com/tgrk))
13+
314
## [0.5.2](https://github.com/inaka/erlang-github/tree/0.5.2) (2017-07-17)
415
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.1...0.5.2)
516

@@ -9,6 +20,7 @@
920

1021
**Merged pull requests:**
1122

23+
- Bump version to 0.5.2 [\#156](https://github.com/inaka/erlang-github/pull/156) ([harenson](https://github.com/harenson))
1224
- \[Fix \#153\] Make check pass when PR is approved [\#154](https://github.com/inaka/erlang-github/pull/154) ([harenson](https://github.com/harenson))
1325

1426
## [0.5.1](https://github.com/inaka/erlang-github/tree/0.5.1) (2017-07-06)

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

0 commit comments

Comments
 (0)