diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4fc78..90ca312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### master +### v0.3.3 +* [ENHANCEMENT] Updated `bcrypt` +* [BUGFIX] Updated `express-jwt` and `jsonwebtoken` to fix security issues +* [BUGFIX] Fixed some ember 2.0 deprecation warnings +* [BUGFIX] Fixed JSHint unused variable warning +* [BUGFIX] Allow public access to the `AppController` `serve` function, which otherwise causes issues when deploying + + ### v0.3.2 * [ENHANCEMENT] Generate model and template separate so ember doesn't even ask to override the route. diff --git a/package.json b/package.json index c6a9228..ac1cabc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sane-auth", - "version": "0.3.2", + "version": "0.3.3", "description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack", "scripts": { "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"