diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ed58249..9505480 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 [bumpversion:file:package.json] diff --git a/CHANGELOG.md b/CHANGELOG.md index 098c2d5..2b9268b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ History ======= +0.5.2 (April 8, 2019) +------------------------- + +* Support new Aquarius query response + 0.5.1 (April 4, 2019) ------------------------- diff --git a/package-lock.json b/package-lock.json index 58dc63c..2654781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 533078d..e3e9b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.1", + "version": "0.5.2", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",