diff --git a/README.md b/README.md
index 4ed6c8ba..ce9e4b54 100644
--- a/README.md
+++ b/README.md
@@ -647,6 +647,7 @@ Opens the 3Box associated with the given address
| opts.pinningNode | String
| A string with an ipfs multi-address to a 3box pinning node |
| opts.ipfs | Object
| A js-ipfs ipfs object |
| opts.addressServer | String
| URL of the Address Server |
+| opts.contentSignature | String
| A signature, provided by a client of 3box using the private keys associated with the given address, of the 3box consent message |
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 1b1157a1..d110cb6f 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,5 +1,8 @@
# Release Notes
+## v1.10.3 - 2019-07-26
+* fix: resolves issue with portis and fortmatic web3 providers
+
## v1.10.2 - 2019-07-25
* feat: allow `consentSignature` to be passed as an option to `openBox`
diff --git a/package.json b/package.json
index c0e31672..7e87d4a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "3box",
- "version": "1.10.2",
+ "version": "1.10.3",
"description": "Interact with user data",
"main": "lib/3box.js",
"directories": {