Skip to content

Commit 68eea69

Browse files
author
David Cao
committed
[#48] Version bump 0.1.14
1 parent 1d40d9e commit 68eea69

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,21 @@
11
# Change Log
22

3+
## [0.1.14](https://github.com/inaka/erlang-github/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.1.13...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Set stack erlang:get\_stacktrace\(\) to search error in events [\#46](https://github.com/inaka/erlang-github/issues/46)
10+
11+
**Merged pull requests:**
12+
13+
- \[\#46\] Add erlang:get\_stacktrace\(\) to search errors in event\(\) call [\#47](https://github.com/inaka/erlang-github/pull/47) ([davecaos](https://github.com/davecaos))
14+
15+
- Update LICENSE [\#45](https://github.com/inaka/erlang-github/pull/45) ([andresinaka](https://github.com/andresinaka))
16+
17+
- \[\#42\] Updated change log [\#44](https://github.com/inaka/erlang-github/pull/44) ([davecaos](https://github.com/davecaos))
18+
319
## [0.1.13](https://github.com/inaka/erlang-github/tree/0.1.13) (2015-04-23)
420

521
[Full Changelog](https://github.com/inaka/erlang-github/compare/0.1.12...0.1.13)

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

0 commit comments

Comments
 (0)