diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dee2a0..8fc20a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.6.5](https://github.com/oceanprotocol/squid-js/compare/v0.6.4...v0.6.5) + +> 17 July 2019 + +- Resolve the DDO using the service endpoint on registration event. [`a9ba23d`](https://github.com/oceanprotocol/squid-js/commit/a9ba23d2c3947a9376f212417626617caf39817a) + #### [v0.6.4](https://github.com/oceanprotocol/squid-js/compare/v0.6.3...v0.6.4) > 15 July 2019 diff --git a/package-lock.json b/package-lock.json index f90b35b..83c47b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b71375..05946cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.4", + "version": "0.6.5", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",