diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1d33ca..ed9c5620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ### master -[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.3.0...master) +[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.4.0...master) + +## [3.4.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.4.0) (2020-10-19) +[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.3.0...3.4.0) + +- Support installing from branch ([#177](https://github.com/parse-community/parse-server-push-adapter/pull/177)) (thanks to [@dplewis](https://github.com/dplewis)) +- Update @parse/node-apn@4.0.0 +- Update parse@2.17.0 ## [3.3.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.3.0) (2020-09-24) [Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.2.0...3.3.0) diff --git a/package-lock.json b/package-lock.json index 3775bcdc..9a738cc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a961e135..8a1c55bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "3.3.0", + "version": "3.4.0", "description": "Base parse-server-push-adapter", "main": "lib/index.js", "files": [