From d9878d62fa82f1a1bd49f079ede6e7beafd889f2 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 21 Feb 2017 20:46:40 -0500 Subject: [PATCH] Bump to 8.5.0 - Fixes email validation for public keys - Fixes incorrect failed validation of contacts with missing user agents - Adds validation to credit model - Changes `min_billed_requirement` to `min_spent_requirement` on referral model that was recently added - Adds count to referral model - Patch to update referral sent count --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac91befb..37e3a670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storj-service-storage-models", - "version": "8.4.2", + "version": "8.5.0", "description": "common storage models for various storj services", "main": "index.js", "directories": {