diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67dbc7d..b4da736 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+# [1.126.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.125.0...v1.126.0) (2018-11-27)
+
+
+### Bug Fixes
+
+* **account:** don't use `LOWER(uid)` in account query ([d2cfe49](https://github.com/mozilla/fxa-auth-db-mysql/commit/d2cfe49))
+* **account:** update accountRecord to specify charset for inEmail ([a45c8a0](https://github.com/mozilla/fxa-auth-db-mysql/commit/a45c8a0))
+* **tests:** Don't put binary data into fake email addresses. ([5c83dec](https://github.com/mozilla/fxa-auth-db-mysql/commit/5c83dec))
+
+
+
# [1.125.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.124.1...v1.125.0) (2018-11-14)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 1ca5313..e1a4a1e 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
- "version": "1.125.0",
+ "version": "1.126.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index dea4672..f1ab6f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
- "version": "1.125.0",
+ "version": "1.126.0",
"description": "MySQL backend for Firefox Accounts",
"main": "index.js",
"repository": {