diff --git a/CHANGELOG.md b/CHANGELOG.md
index 916fc653..69acfe52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [1.128.1](https://github.com/mozilla/fxa-auth-server/compare/v1.128.0...v1.128.1) (2019-01-14)
+
+
+### Bug Fixes
+
+* **circle:** can never have enough version.json ([adb59b9](https://github.com/mozilla/fxa-auth-server/commit/adb59b9))
+
+
+
# [1.128.0](https://github.com/mozilla/fxa-auth-server/compare/v1.126.3...v1.128.0) (2019-01-08)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 752d40d6..b60f1359 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
- "version": "1.128.0",
+ "version": "1.128.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 2f07c8b3..7abaa229 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
- "version": "1.128.0",
+ "version": "1.128.1",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"