diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0aab92..603c52e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# [0.71.0](https://github.com/mozilla/fxa-profile-server/compare/v0.70.0...v0.71.0) (2016-10-05)
+
+
+### Bug Fixes
+
+* **config:** Add env key to required config variables ([232480f](https://github.com/mozilla/fxa-profile-server/commit/232480f))
+* **config:** Add env key to required config variables (#211) r=vladikoff ([3ad6ae6](https://github.com/mozilla/fxa-profile-server/commit/3ad6ae6))
+* **deps:** downgrade to hapi 14 (#213) r=vladikoff ([2df72b6](https://github.com/mozilla/fxa-profile-server/commit/2df72b6))
+* **deps:** update to latest hapi, joi and boom. requires node 4+ ([d975d21](https://github.com/mozilla/fxa-profile-server/commit/d975d21))
+
+
+
# [0.70.0](https://github.com/mozilla/fxa-profile-server/compare/v0.69.0...v0.70.0) (2016-09-21)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index b0ec671..13716f6 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
- "version": "0.70.0",
+ "version": "0.71.0",
"dependencies": {
"aws-sdk": {
"version": "2.4.7",
diff --git a/package.json b/package.json
index 9a21ee9..57f6fd3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
- "version": "0.70.0",
+ "version": "0.71.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {