|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 23 | ## [2.1.1](https://github.com/inaka/apns4erl/tree/2.1.1) (2017-06-22)
|
4 | 24 | [Full Changelog](https://github.com/inaka/apns4erl/compare/2.1.0...2.1.1)
|
5 | 25 |
|
6 | 26 | **Closed issues:**
|
7 | 27 |
|
| 28 | +- Version Bump to 2.1.1 [\#186](https://github.com/inaka/apns4erl/issues/186) |
8 | 29 | - Create connections without name [\#183](https://github.com/inaka/apns4erl/issues/183)
|
9 | 30 |
|
10 | 31 | **Merged pull requests:**
|
11 | 32 |
|
| 33 | +- \[\#186\] Version Bump to 2.1.1 [\#187](https://github.com/inaka/apns4erl/pull/187) ([ferigis](https://github.com/ferigis)) |
12 | 34 | - \[\#183\] create connections without name [\#185](https://github.com/inaka/apns4erl/pull/185) ([ferigis](https://github.com/ferigis))
|
13 | 35 | - fixing hex package [\#179](https://github.com/inaka/apns4erl/pull/179) ([ferigis](https://github.com/ferigis))
|
14 | 36 |
|
|
0 commit comments