Skip to content

Commit 2968785

Browse files
author
Brujo Benavides
committed
Merge pull request #107 from inaka/elbrujohalcon.107.version_bump_to_0_2_5
Version Bump to 0.2.5
2 parents b0e638b + 7be891e commit 2968785

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.5](https://github.com/inaka/erlang-github/tree/0.2.5) (2016-05-09)
4+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.2.4...0.2.5)
5+
6+
**Fixed bugs:**
7+
8+
- Rebar config script has old dependencies [\#106](https://github.com/inaka/erlang-github/pull/106) ([alemata](https://github.com/alemata))
9+
310
## [0.2.4](https://github.com/inaka/erlang-github/tree/0.2.4) (2016-05-04)
411
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.2.3...0.2.4)
512

@@ -16,6 +23,7 @@
1623

1724
- \[\#103\] fix hackney issue in suite [\#104](https://github.com/inaka/erlang-github/pull/104) ([Euen](https://github.com/Euen))
1825
- Use hackney:request instead of hackney:send\_request [\#103](https://github.com/inaka/erlang-github/pull/103) ([elbrujohalcon](https://github.com/elbrujohalcon))
26+
- Version Bump to 0.2.4 [\#102](https://github.com/inaka/erlang-github/pull/102) ([elbrujohalcon](https://github.com/elbrujohalcon))
1927

2028
## [0.2.3](https://github.com/inaka/erlang-github/tree/0.2.3) (2016-04-18)
2129
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.2.2...0.2.3)

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

0 commit comments

Comments
 (0)