diff --git a/CHANGELOG.md b/CHANGELOG.md
index e43aa81..34eed36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [1.105.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.104.0...v1.105.0) (2018-02-06)
+
+
+### Features
+
+* **tests:** make tests more independent (#293), r=@philbooth, @rfk ([c7d3638](https://github.com/mozilla/fxa-auth-db-mysql/commit/c7d3638))
+
+
+
# [1.104.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.103.0...v1.104.0) (2018-01-23)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 4f1dc15..b4d2085 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
- "version": "1.104.0",
+ "version": "1.105.0",
"dependencies": {
"base64url": {
"version": "2.0.0",
diff --git a/package.json b/package.json
index c3ef89a..b3f8d40 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
- "version": "1.104.0",
+ "version": "1.105.0",
"description": "MySQL backend for Firefox Accounts",
"main": "index.js",
"repository": {