Skip to content

Commit 5e40b06

Browse files
committed
Merge pull request #78 from inaka/harenson.77.bump-version-to-0.1.19
[Fix #77] Bump version to 0.1.19
2 parents 1ed58e6 + e9cc74b commit 5e40b06

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.19](https://github.com/inaka/erlang-github/tree/0.1.19) (2016-01-05)
4+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.1.18...0.1.19)
5+
6+
**Fixed bugs:**
7+
8+
- Looks like the project doesn't compile on Linux [\#73](https://github.com/inaka/erlang-github/issues/73)
9+
10+
**Closed issues:**
11+
12+
- rename egithub\_webhook:handle\_pull\_request/3 [\#75](https://github.com/inaka/erlang-github/issues/75)
13+
14+
**Merged pull requests:**
15+
16+
- \[Fix \#75\] Rename egithub\_webhook:handle\_pull\_request/3 [\#76](https://github.com/inaka/erlang-github/pull/76) ([harenson](https://github.com/harenson))
17+
318
## [0.1.18](https://github.com/inaka/erlang-github/tree/0.1.18) (2016-01-04)
419
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.1.16...0.1.18)
520

@@ -9,6 +24,7 @@
924

1025
**Merged pull requests:**
1126

27+
- Version Bump to 0.1.18 [\#74](https://github.com/inaka/erlang-github/pull/74) ([elbrujohalcon](https://github.com/elbrujohalcon))
1228
- \[\#71\] Version Bump 0.1.17 [\#72](https://github.com/inaka/erlang-github/pull/72) ([davecaos](https://github.com/davecaos))
1329
- \[\#61\] Upload to hex.pm [\#69](https://github.com/inaka/erlang-github/pull/69) ([davecaos](https://github.com/davecaos))
1430
- Get the project up-to-date [\#63](https://github.com/inaka/erlang-github/pull/63) ([elbrujohalcon](https://github.com/elbrujohalcon))

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.1.18"},
5+
{vsn, "0.1.19"},
66
{applications, [kernel, stdlib, ibrowse, ssl, lager]},
77
{mod, {egithub, []}},
88
{modules, []},

0 commit comments

Comments
 (0)