diff --git a/CHANGELOG.md b/CHANGELOG.md index f21ec36..00ce9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.7.1](https://github.com/oceanprotocol/squid-js/compare/v0.7.0...v0.7.1) + +> 29 August 2019 + +- bump keeper version on Travis [`#299`](https://github.com/oceanprotocol/squid-js/pull/299) +- change Spree Brizo address [`166d290`](https://github.com/oceanprotocol/squid-js/commit/166d290ef1b299a09494eca78a55d87f87680d80) +- bump Barge keeper version on Travis [`30be2ba`](https://github.com/oceanprotocol/squid-js/commit/30be2ba16f0d14d8f9aca3559a07ac75db6e5e9c) + #### [v0.7.0](https://github.com/oceanprotocol/squid-js/compare/v0.6.6...v0.7.0) > 29 August 2019 diff --git a/package-lock.json b/package-lock.json index 3d852a1..bc3b194 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c2aaff..66f6df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.7.0", + "version": "0.7.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",