diff --git a/NEWS.md b/NEWS.md index d5a148a..b17f14b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,15 @@ ## [Unreleased] -[Unreleased]: https://github.com/electron-userland/electron-installer-snap/compare/v3.1.1...master +[Unreleased]: https://github.com/electron-userland/electron-installer-snap/compare/v3.2.0...master + +## [3.2.0] - 2019-05-03 + +[3.2.0]: https://github.com/electron-userland/electron-installer-snap/compare/v3.1.1...v3.2.0 + +### Added + +* Always set the browser sandbox feature for Electron >= 5.0.0 (#22) ## [3.1.1] - 2019-02-21 diff --git a/package.json b/package.json index 6f562a7..ede87dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-installer-snap", - "version": "3.1.1", + "version": "3.2.0", "description": "Build snapcraft packages for Electron applications", "author": "Mark Lee", "license": "Apache-2.0",