diff --git a/CHANGELOG.md b/CHANGELOG.md index 520d8d1..c95ede8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ --- +## [11.7.1](https://github.com/AndrewBarba/apns2/releases/tag/11.7.1) + +1. Fix issue with `expiration` option [#88](https://github.com/AndrewBarba/apns2/issues/88) + ## [11.7.0](https://github.com/AndrewBarba/apns2/releases/tag/11.7.0) 1. Update `fast-jwt` to v4 diff --git a/package.json b/package.json index 6cb4b4a..65a86aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apns2", - "version": "11.7.0", + "version": "11.7.1", "description": "Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.", "author": "Andrew Barba ", "main": "dist/index.js",