diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8282eeb..e7b03b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+## 0.36.0 (2015-04-30)
+
+
+#### Bug Fixes
+
+* **db:** race condition when asking for db multiple times at startup ([1bc2cae5](https://github.com/mozilla/fxa-profile-server/commit/1bc2cae55a065d5d979dd5e4494e51c3492c4e2f))
+
+
+#### Features
+
+* **profile:** return all /profile pieces that scopes allow ([35a4875f](https://github.com/mozilla/fxa-profile-server/commit/35a4875f868d5695d455e382673aba8db4586b91), closes [#108](https://github.com/mozilla/fxa-profile-server/issues/108))
+
+
## 0.35.0 (2015-04-13)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index e615369..0068a03 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
- "version": "0.35.0",
+ "version": "0.36.0",
"dependencies": {
"aws-sdk": {
"version": "2.0.23",
diff --git a/package.json b/package.json
index 0fe07b3..5353435 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
- "version": "0.35.0",
+ "version": "0.36.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"main": "index.js",