diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2acf8a..4cd2591 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.9 +current_version = 0.5.10 [bumpversion:file:package.json] diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e5852..11b3716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ History ======= +0.5.10 (May 15, 2019) +------------------------- + +* Added _Duero_ network on Keeper network detection method +* Small refactors + 0.5.9 (May 6, 2019) ------------------------- diff --git a/package-lock.json b/package-lock.json index f0e8ce7..9c256c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.9", + "version": "0.5.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aebbc6d..68c5904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.9", + "version": "0.5.10", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",