diff --git a/CHANGELOG.md b/CHANGELOG.md index 2521c898..4501ce0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.70.1](https://github.com/mozilla/fxa-auth-server/compare/v1.70.0...v1.70.1) (2016-10-03) + + +### Bug Fixes + +* **deps:** downgrade to hapi 14 ([7c6d5f7](https://github.com/mozilla/fxa-auth-server/commit/7c6d5f7)) + + + # [1.70.0](https://github.com/mozilla/fxa-auth-server/compare/v1.69.0...v1.70.0) (2016-09-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fa0fd044..7b5bcfb0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "fxa-auth-server", - "version": "1.70.0", + "version": "1.70.1", "dependencies": { "ajv": { "version": "4.1.7", diff --git a/package.json b/package.json index 96338d3e..8c48387a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-auth-server", - "version": "1.70.0", + "version": "1.70.1", "description": "Firefox Accounts, an identity provider for Mozilla cloud services", "bin": { "fxa-auth": "./bin/key_server.js"