diff --git a/CHANGELOG b/CHANGELOG index ed44f939c..f1dea827e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +train-29 + * increased basket logging #857 + * deleted unused code #847 + train-28 * updated hapi to 7.5.3 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 21c4bd4ff..bb52c0361 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "fxa-auth-server", - "version": "1.28.0", + "version": "1.29.0", "dependencies": { "ass": { "version": "0.0.4", diff --git a/package.json b/package.json index b7b764fcc..07897005d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-auth-server", - "version": "1.28.0", + "version": "1.29.0", "description": "An identity provider for PiCL services", "bin": { "fxa-auth": "./bin/key_server.js"