Skip to content

Commit a103df8

Browse files
authored
Merge pull request #197 from inaka/ferigis.196.Version_Bump_to_2.2.0
[#196] Version Bump to 2.2.0
2 parents 6fec6d1 + 2e6bd07 commit a103df8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/inaka/apns4erl/tree/2.2.0) (2017-07-12)
4+
[Full Changelog](https://github.com/inaka/apns4erl/compare/2.1.1...2.2.0)
5+
6+
**Closed issues:**
7+
8+
- Add Travis [\#193](https://github.com/inaka/apns4erl/issues/193)
9+
- Write an example with a pool of connections [\#191](https://github.com/inaka/apns4erl/issues/191)
10+
- restrict calls to push\_notification and push\_notification\_token [\#188](https://github.com/inaka/apns4erl/issues/188)
11+
- gen\_server push\_notification return {Timeout, StreamId} [\#182](https://github.com/inaka/apns4erl/issues/182)
12+
- Base64 newline characters [\#180](https://github.com/inaka/apns4erl/issues/180)
13+
- Full Library Revamp [\#84](https://github.com/inaka/apns4erl/issues/84)
14+
15+
**Merged pull requests:**
16+
17+
- Allow binary cert/key in apns\_connection like v1 [\#195](https://github.com/inaka/apns4erl/pull/195) ([danielfinke](https://github.com/danielfinke))
18+
- \[\#193\] Setting Travis up [\#194](https://github.com/inaka/apns4erl/pull/194) ([ferigis](https://github.com/ferigis))
19+
- \[\#191\] Example with a pool of connections [\#192](https://github.com/inaka/apns4erl/pull/192) ([ferigis](https://github.com/ferigis))
20+
- Fix: remove occasional newline characters in base64 output [\#190](https://github.com/inaka/apns4erl/pull/190) ([dgtony](https://github.com/dgtony))
21+
- \[\#188\] restricting push only for connection's owner process [\#189](https://github.com/inaka/apns4erl/pull/189) ([ferigis](https://github.com/ferigis))
22+
323
## [2.1.1](https://github.com/inaka/apns4erl/tree/2.1.1) (2017-06-22)
424
[Full Changelog](https://github.com/inaka/apns4erl/compare/2.1.0...2.1.1)
525

626
**Closed issues:**
727

28+
- Version Bump to 2.1.1 [\#186](https://github.com/inaka/apns4erl/issues/186)
829
- Create connections without name [\#183](https://github.com/inaka/apns4erl/issues/183)
930

1031
**Merged pull requests:**
1132

33+
- \[\#186\] Version Bump to 2.1.1 [\#187](https://github.com/inaka/apns4erl/pull/187) ([ferigis](https://github.com/ferigis))
1234
- \[\#183\] create connections without name [\#185](https://github.com/inaka/apns4erl/pull/185) ([ferigis](https://github.com/ferigis))
1335
- fixing hex package [\#179](https://github.com/inaka/apns4erl/pull/179) ([ferigis](https://github.com/ferigis))
1436

src/apns.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, apns, [
22
{description, "APNs provider for Apple Push Notification services (APNs) in Erlang. It supports the HTTP2 API."},
3-
{vsn, "2.1.1"},
3+
{vsn, "2.2.0"},
44
{id, "apns4erl"},
55
{pkg_name, apns4erl},
66
{registered, []},

0 commit comments

Comments
 (0)