diff --git a/CHANGELOG.md b/CHANGELOG.md index c532cf67..20863442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.2](https://github.com/parse-community/node-apn/compare/5.2.1...5.2.2) (2023-07-20) + + +### Bug Fixes + +* Shutdown callback is not passed from provider to client ([#118](https://github.com/parse-community/node-apn/issues/118)) ([9fa197f](https://github.com/parse-community/node-apn/commit/9fa197fd92da5a56f5bdaf7d8df8dab6e85af0d1)) + ## [5.2.1](https://github.com/parse-community/node-apn/compare/5.2.0...5.2.1) (2023-07-16) diff --git a/package-lock.json b/package-lock.json index 2185cec6..159d81a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/node-apn", - "version": "5.2.1", + "version": "5.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d457a6f0..ebf51b46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@parse/node-apn", "description": "An interface to the Apple Push Notification service for Node.js", - "version": "5.2.1", + "version": "5.2.2", "author": "Parse Platform, Andrew Naylor ", "keywords": [ "apple",